|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilDBStatement:
Collaboration diagram for ilDBStatement:Public Member Functions | |
| fetchRow (int $fetch_mode) | |
| fetch (int $fetch_mode=ilDBConstants::FETCHMODE_ASSOC) | |
| rowCount () | |
| numRows () | |
| fetchObject () | |
| fetchAssoc () | |
| execute (array $a_data=null) | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Interface ilDBStatement
Definition at line 27 of file interface.ilDBStatement.php.
| ilDBStatement::execute | ( | array | $a_data = null | ) |
Implemented in ilPDOStatement.
Referenced by ilPDOStatement\execute().
Here is the caller graph for this function:| ilDBStatement::fetch | ( | int | $fetch_mode = ilDBConstants::FETCHMODE_ASSOC | ) |
Implemented in ilPDOStatement.
Referenced by ilDBPdo\fetchAll(), and ilDBPdo\fetchAssoc().
Here is the caller graph for this function:| ilDBStatement::fetchAssoc | ( | ) |
Implemented in ilPDOStatement.
Referenced by ilObjChatroomAccessTest\testGotoCheckFails(), and ilObjChatroomAccessTest\testGotoCheckSucceeds().
Here is the caller graph for this function:| ilDBStatement::fetchObject | ( | ) |
Implemented in ilPDOStatement.
Referenced by ilDBPdo\fetchObject().
Here is the caller graph for this function:| ilDBStatement::fetchRow | ( | int | $fetch_mode | ) |
| $fetch_mode | int Is either ilDBConstants::FETCHMODE_ASSOC OR ilDBConstants::FETCHMODE_OBJECT |
Implemented in ilPDOStatement.
| ilDBStatement::numRows | ( | ) |
Implemented in ilPDOStatement.
| ilDBStatement::rowCount | ( | ) |
Implemented in ilPDOStatement.
Referenced by ilDBPdo\numRows().
Here is the caller graph for this function: