Extends for Firebird
category | ZendX |
---|---|
package | ZendX_Db |
subpackage | Statement |
copyright | Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com) |
license | New BSD License |
_execute(array $params = null
) : boolean
array
OPTIONAL Values to bind to parameter placeholders.
\ZendX_Db_Statement_Firebird_Exception |
---|
boolean
_prepare(string $sql) : void
string
\ZendX_Db_Statement_Firebird_Exception |
---|
close() : boolean
boolean
closeCursor() : boolean
boolean
columnCount() : integer
Returns null if the statement has no result set metadata.
integer
The number of columns.errorCode() : string
string
error code.errorInfo() : array
array
fetch(integer $style= null
, integer $cursor= null
, integer $offset= null
) : mixed
integer
OPTIONAL Fetch mode for this fetch operation.
integer
OPTIONAL Absolute, relative, or other.
integer
OPTIONAL Number for absolute or relative cursors.
\Zend_Db_Statement_Exception |
---|
mixed
Array, object, or scalar depending on fetch mode.nextRowset() : boolean
\ZendX_Db_Statement_Firebird_Exception |
---|
boolean
rowCount() : integer
\Zend_Db_Statement_Exception |
---|
integer
The number of rows affected._bindParam(mixed $parameter, mixed $variable, mixed $type= null
, mixed $length= null
, mixed $options= null
) : boolean
mixed
Name the parameter, either integer or string.
mixed
Reference to PHP variable containing the value.
mixed
OPTIONAL Datatype of SQL parameter.
mixed
OPTIONAL Length of SQL parameter.
mixed
OPTIONAL Other options.
\ZendX_Db_Statement_Firebird_Exception |
---|
boolean
$_keys : array
array()
$_stmtColumnCount : \firebird_result
0
$_stmtPrepared : \firebird_stmtPrepared
null
$_stmtResult : \firebird_result
null
$_stmtRowCount : \firebird_result
0
$_values : array
array()