ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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 ilDBPdo\enableResultBuffering().
ilDBStatement::fetch | ( | int | $fetch_mode = ilDBConstants::FETCHMODE_ASSOC | ) |
Implemented in ilPDOStatement.
Referenced by ilDBPdo\fetchAll(), ilDBPdo\fetchAssoc(), and ilCertificateCourseLearningProgressEvaluationTest\testRetrievingCertificateTemplatesForCoursesWorksAsExpectedWhenUsingNonCachingRepository().
ilDBStatement::fetchAssoc | ( | ) |
Implemented in ilPDOStatement.
Referenced by ilObjChatroomAccessTest\testGotoCheckFails(), and ilObjChatroomAccessTest\testGotoCheckSucceeds().
ilDBStatement::fetchObject | ( | ) |
Implemented in ilPDOStatement.
Referenced by ilDBPdo\fetchObject().
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().