JDatabaseIteratorPgsql
class JDatabaseIteratorPgsql extends JDatabaseIteratorPdo
PostgreSQL database iterator for the PDO based PostgreSQL database driver.
Methods
__construct(
mixed $cursor,
string $column = null,
string $class = 'stdClass')
Database iterator constructor.
from JDatabaseIterator
integer
count()
Get the number of rows in the result set for the executed SQL given by the cursor.
from JDatabaseIteratorPdo