ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilDBStatement Interface Reference

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)
 

Detailed Description

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

Author
Oskar Truffer ot@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch
Fabian Schmid fs@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch

Definition at line 27 of file interface.ilDBStatement.php.

Member Function Documentation

◆ execute()

ilDBStatement::execute ( array  $a_data = null)

Implemented in ilPDOStatement.

Referenced by ilDBPdo\enableResultBuffering().

+ Here is the caller graph for this function:

◆ fetch()

◆ fetchAssoc()

ilDBStatement::fetchAssoc ( )

Implemented in ilPDOStatement.

Referenced by ilObjChatroomAccessTest\testGotoCheckFails(), and ilObjChatroomAccessTest\testGotoCheckSucceeds().

+ Here is the caller graph for this function:

◆ fetchObject()

ilDBStatement::fetchObject ( )

Implemented in ilPDOStatement.

Referenced by ilDBPdo\fetchObject().

+ Here is the caller graph for this function:

◆ fetchRow()

ilDBStatement::fetchRow ( int  $fetch_mode)
Parameters
$fetch_modeint Is either ilDBConstants::FETCHMODE_ASSOC OR ilDBConstants::FETCHMODE_OBJECT
Returns
mixed Returns an array in fetchmode assoc and an object in fetchmode object.

Implemented in ilPDOStatement.

◆ numRows()

ilDBStatement::numRows ( )

Implemented in ilPDOStatement.

◆ rowCount()

ilDBStatement::rowCount ( )

Implemented in ilPDOStatement.

Referenced by ilDBPdo\numRows().

+ Here is the caller graph for this function:

The documentation for this interface was generated from the following file: