Joomla Platform Database Driver Class
- Depuis
- 3.0.0
◆ __construct()
__construct |
( |
|
$cursor, |
|
|
|
$column = null , |
|
|
|
$class = 'stdClass' |
|
) |
| |
Database iterator constructor.
- Paramètres
-
mixed | $cursor | The database cursor. |
string | $column | An option column to use as the iterator key. |
string | $class | The class of object that is returned. |
- Exceptions
-
Références $class.
◆ __destruct()
Database iterator destructor.
- Depuis
- 3.0.0
◆ current()
The current element in the iterator.
- Renvoie
- object
- Voir également
- Iterator::current()
- Depuis
- 3.0.0
◆ fetchObject()
Method to fetch a row from the result set cursor as an object.
- Renvoie
- mixed Either the next row from the result set or false if there are no more rows.
- Depuis
- 3.0.0
◆ freeResult()
Method to free up the memory used for the result set.
- Renvoie
- void
- Depuis
- 3.0.0
◆ key()
The key of the current element in the iterator.
- Renvoie
- int|string
- Voir également
- Iterator::key()
- Depuis
- 3.0.0
◆ next()
Moves forward to the next result from the SQL query.
- Renvoie
- void
- Voir également
- Iterator::next()
- Depuis
- 3.0.0
◆ rewind()
Rewinds the iterator.
This iterator cannot be rewound.
- Renvoie
- void
- Voir également
- Iterator::rewind()
- Depuis
- 3.0.0
◆ valid()
Checks if the current position of the iterator is valid.
- Renvoie
- boolean
- Voir également
- Iterator::valid()
- Depuis
- 3.0.0
◆ $_column
◆ $_current
◆ $_fetched
◆ $_key
◆ $class
◆ $cursor
La documentation de cette classe a été générée à partir du fichier suivant :