ILIAS
Release_5_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_pgsql::_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 1322 of file pgsql.php.
References MDB2_Statement_Common\$query, $result, PEAR\isError(), and MDB2_ERROR_NOT_FOUND.
MDB2_Statement_pgsql::free | ( | ) |
Release resources allocated for the specified prepared query.
Reimplemented from MDB2_Statement_Common.
Definition at line 1414 of file pgsql.php.
References MDB2_Statement_Common\$query, $result, PEAR\isError(), MDB2_ERROR, and MDB2_OK.