ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
& | _execute ($result_class=true, $result_wrap_class=false) |
Execute a prepared query statement helper method. | |
free () | |
Release resources allocated for the specified prepared query. | |
Public Member Functions inherited from MDB2_Statement_Common | |
__construct (&$db, &$statement, $positions, $query, $types, $result_types, $is_manip=false, $limit=null, $offset=null) | |
Constructor. | |
MDB2_Statement_Common (&$db, &$statement, $positions, $query, $types, $result_types, $is_manip=false, $limit=null, $offset=null) | |
PHP 4 Constructor. | |
bindValue ($parameter, $value, $type=null) | |
Set the value of a parameter of a prepared query. | |
bindValueArray ($values, $types=null) | |
Set the values of multiple a parameter of a prepared query in bulk. | |
bindParam ($parameter, &$value, $type=null) | |
Bind a variable to a parameter of a prepared query. | |
bindParamArray (&$values, $types=null) | |
Bind the variables of multiple a parameter of a prepared query in bulk. | |
& | execute ($values=null, $result_class=true, $result_wrap_class=false) |
Execute a prepared query statement. |
Additional Inherited Members | |
Data Fields inherited from MDB2_Statement_Common | |
$db | |
$statement | |
$query | |
$result_types | |
$types | |
$values = array() | |
$limit | |
$offset | |
$is_manip |
& MDB2_Statement_oci8::_execute | ( | $result_class = true , |
|
$result_wrap_class = false |
|||
) |
Execute a prepared query statement helper method.
mixed | $result_class | string which specifies which result class to use |
mixed | $result_wrap_class | string which specifies which class to wrap results in |
Reimplemented from MDB2_Statement_Common.
Definition at line 1361 of file oci8.php.
References $err, MDB2_Statement_Common\$query, $result, $type, elseif(), PEAR\isError(), MDB2_ERROR_NOT_FOUND, and MDB2_OK.
MDB2_Statement_oci8::free | ( | ) |
Release resources allocated for the specified prepared query.
Reimplemented from MDB2_Statement_Common.
Definition at line 1499 of file oci8.php.
References $result, MDB2_ERROR, and MDB2_OK.