ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
interface.ilDBStatement.php
Go to the documentation of this file.
1
<?
php
2
9
interface
ilDBStatement
{
10
15
public
function
fetchRow
($fetch_mode);
16
17
22
public
function
fetch
($fetch_mode =
ilDBConstants::FETCHMODE_ASSOC
);
23
24
28
public
function
rowCount
();
29
30
34
public
function
numRows
();
35
36
40
public
function
fetchObject
();
41
42
46
public
function
fetchAssoc
();
47
48
53
public
function
execute
($a_data = null);
54
}
ilDBStatement\fetchObject
fetchObject()
ilDBStatement\fetch
fetch($fetch_mode=ilDBConstants::FETCHMODE_ASSOC)
ilDBStatement\fetchAssoc
fetchAssoc()
ilDBStatement\rowCount
rowCount()
ilDBStatement\fetchRow
fetchRow($fetch_mode)
ilDBStatement\numRows
numRows()
ilDBStatement\execute
execute($a_data=null)
ilDBConstants\FETCHMODE_ASSOC
const FETCHMODE_ASSOC
Definition:
class.ilDBConstants.php:12
php
ilDBStatement
Interface ilDBStatement.
Definition:
interface.ilDBStatement.php:9
Services
Database
interfaces
interface.ilDBStatement.php
Generated on Fri Jan 31 2025 19:01:08 for ILIAS by
1.8.13 (using
Doxyfile
)