JDatabaseDriverPostgresql::getNumRows
Get the number of returned rows for the previous executed SQL statement.
Signature
public function getNumRows([resource
$cur = null] )
Parameters
-
$cur
- An optional database cursor resource to extract the row count from.
Returns
- integer
- The number of returned rows.