|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Class ilPDOStatement is a Wrapper Class for PDOStatement. More...
Inheritance diagram for ilPDOStatement:
Collaboration diagram for ilPDOStatement:Public Member Functions | |
| __construct (PDOStatement $pdo_statement) | |
| fetchRow (int $fetch_mode=ilDBConstants::FETCHMODE_ASSOC) | |
| fetch (int $fetch_mode=ilDBConstants::FETCHMODE_ASSOC) | |
| closeCursor () | |
| Pdo allows for a manual closing of the cursor. More... | |
| rowCount () | |
| fetchObject () | |
| fetchAssoc () | |
| numRows () | |
| execute (array $a_data=null) | |
| errorCode () | |
| errorInfo () | |
Protected Attributes | |
| PDOStatement | $pdo_statement |
Class ilPDOStatement is a Wrapper Class for PDOStatement.
Definition at line 27 of file class.ilPDOStatement.php.
| ilPDOStatement::__construct | ( | PDOStatement | $pdo_statement | ) |
| $pdo_statement | PDOStatement The PDO Statement to be wrapped. |
Definition at line 35 of file class.ilPDOStatement.php.
References $pdo_statement.
| ilPDOStatement::closeCursor | ( | ) |
Pdo allows for a manual closing of the cursor.
Definition at line 71 of file class.ilPDOStatement.php.
Referenced by ilMySQLQueryUtils\free().
Here is the caller graph for this function:| ilPDOStatement::errorCode | ( | ) |
Definition at line 108 of file class.ilPDOStatement.php.
| ilPDOStatement::errorInfo | ( | ) |
Definition at line 113 of file class.ilPDOStatement.php.
| ilPDOStatement::execute | ( | array | $a_data = null | ) |
| ilPDOStatement::fetch | ( | int | $fetch_mode = ilDBConstants::FETCHMODE_ASSOC | ) |
Implements ilDBStatement.
Definition at line 62 of file class.ilPDOStatement.php.
References fetchRow().
Referenced by fetchAssoc(), and fetchObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPDOStatement::fetchAssoc | ( | ) |
Implements ilDBStatement.
Definition at line 89 of file class.ilPDOStatement.php.
References fetch(), and ilDBConstants\FETCHMODE_ASSOC.
Here is the call graph for this function:| ilPDOStatement::fetchObject | ( | ) |
Implements ilDBStatement.
Definition at line 83 of file class.ilPDOStatement.php.
References fetch(), and ilDBConstants\FETCHMODE_OBJECT.
Here is the call graph for this function:| ilPDOStatement::fetchRow | ( | int | $fetch_mode = ilDBConstants::FETCHMODE_ASSOC | ) |
| ilDatabaseException |
Implements ilDBStatement.
Definition at line 45 of file class.ilPDOStatement.php.
References ilDBConstants\FETCHMODE_ASSOC, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by fetch().
Here is the caller graph for this function:| ilPDOStatement::numRows | ( | ) |
Implements ilDBStatement.
Definition at line 95 of file class.ilPDOStatement.php.
| ilPDOStatement::rowCount | ( | ) |
Implements ilDBStatement.
Definition at line 77 of file class.ilPDOStatement.php.
|
protected |
Definition at line 29 of file class.ilPDOStatement.php.
Referenced by __construct().