PhalconDbComponent
extends Injectable
Table of Contents
Constants
-
OPT_FETCH_MODE_NO
= 0
-
OPT_KEY_FETCH_MODE
= 'fetchMode'
Methods
-
execNoFetchPrepareWithLog()
: mixed
-
execPrepare()
: mixed
-
execPrepareWithLog()
: mixed
OPT_FETCH_MODE_NO
public
mixed
OPT_FETCH_MODE_NO
= 0
OPT_KEY_FETCH_MODE
public
mixed
OPT_KEY_FETCH_MODE
= 'fetchMode'
execNoFetchPrepareWithLog()
public
execNoFetchPrepareWithLog(mixed $statement[, array<string|int, mixed> $opt = [] ]) : mixed
Parameters
-
$statement
: mixed
-
-
$opt
: array<string|int, mixed>
= []
-
execPrepare()
public
static execPrepare(mixed $db, mixed $statement, array<string|int, mixed> $bind[, array<string|int, mixed> $bindType = null ][, array<string|int, mixed> $opt = [] ]) : mixed
Parameters
-
$db
: mixed
-
-
$statement
: mixed
-
-
$bind
: array<string|int, mixed>
-
-
$bindType
: array<string|int, mixed>
= null
-
-
$opt
: array<string|int, mixed>
= []
-
execPrepareWithLog()
public
execPrepareWithLog(mixed $statement[, array<string|int, mixed> $opt = [] ]) : mixed
Parameters
-
$statement
: mixed
-
-
$opt
: array<string|int, mixed>
= []
-