Class Statement
- MvcCore\Ext\Models\Db\Statement implements MvcCore\Ext\Models\Db\IStatement
public static
|
|
public
|
#
__construct(
Internal constructor to create statement wrapper instance. |
public
|
|
public
PDO
|
|
public
PDOStatement
|
|
public
array
|
|
public
array
&
|
|
public
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean|null
|
|
public
boolean
|
|
public
|
|
public
|
|
public
|
|
public
|
AUTO_CLOSE,
DO_NOT_AUTO_CLOSE
|
protected
|
$connection
Database connection wrapper. |
#
NULL
|
protected
PDOStatement
|
$providerStatement
Internal |
#
NULL
|
protected
array
|
$driverOptions
|
#
[]
|
protected
array
|
$params
Statement execution params. |
#
NULL
|
protected
|
$reader
Data reader wrapper, depends on exection call type. |
#
NULL
|
protected
boolean|null
|
$opened
Statement opened boolean:
- |
#
NULL
|