\ManaPHP\DataDbContext

Summary

Methods
Properties
Constants
__destruct()
$connection
$sql
$bind
$transaction_level
$affected_rows
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$sql

$sql : string

Active SQL Statement

Type

string

$bind

$bind : array

Active SQL bound parameter variables

Type

array

$transaction_level

$transaction_level : integer

Current transaction level

Type

integer

$affected_rows

$affected_rows : integer

Last affected rows

Type

integer

Methods

__destruct()

__destruct()