Interface ilDBStatement.
More...
◆ execute()
| ilDBStatement::execute |
( |
|
$a_data = null | ) |
|
◆ fetch()
◆ fetchAssoc()
| ilDBStatement::fetchAssoc |
( |
| ) |
|
◆ fetchObject()
| ilDBStatement::fetchObject |
( |
| ) |
|
◆ fetchRow()
| ilDBStatement::fetchRow |
( |
|
$fetch_mode | ) |
|
- Parameters
-
- Returns
- mixed Returns an array in fetchmode assoc and an object in fetchmode object.
Implemented in ilPDOStatement.
◆ numRows()
| ilDBStatement::numRows |
( |
| ) |
|
◆ rowCount()
| ilDBStatement::rowCount |
( |
| ) |
|
The documentation for this interface was generated from the following file: