Class ResultSet
Implementation of IResultSet for PDO results
-
Alchemy\engine\ResultSet
implements
Alchemy\engine\IResultSet
Methods summary
public
|
|
public
|
#
current( )
See Alchemy\engine\Iterator::current()
See Alchemy\engine\Iterator::current()
Implementation of
|
protected
|
#
fetch( )
Fetch the next result from the cursor
Fetch the next result from the cursor
|
public
integer
|
#
lastInsertID( )
Return the last inserted ID form the database
Return the last inserted ID form the database
Returns
integer
Implementation of
|
public
|
#
key( )
See Alchemy\engine\Iterator::key()
See Alchemy\engine\Iterator::key()
Implementation of
|
public
|
#
next( )
See Alchemy\engine\Iterator::next()
See Alchemy\engine\Iterator::next()
Implementation of
|
public
|
#
rewind( )
See Alchemy\engine\Iterator::rewind()
See Alchemy\engine\Iterator::rewind()
Implementation of
|
public
integer
|
#
rowCount( )
Return the row count of the result set
Return the row count of the result set
Returns
integer
Implementation of
|
public
|
#
valid( )
See Alchemy\engine\Iterator::valid()
See Alchemy\engine\Iterator::valid()
Implementation of
|