PdoResultDriver
class PdoResultDriver implements ResultDriver
PDO-based result-set driver.
Methods
Fetches the row at current position and moves the internal cursor to the next position.
Returns the number of columns in a result set.
Returns the number of rows in a result set.
No description
Returns associative array of detected types (IStructure::FIELD_*) in result set.
Returns associative array of original table names.
No description
Details
at line 26
__construct(PDOStatement $result, PdoDriver $driver)
No description
at line 33
array|null
fetch()
Fetches the row at current position and moves the internal cursor to the next position.
at line 45
int
getColumnCount()
Returns the number of columns in a result set.
at line 51
int
getRowCount()
Returns the number of rows in a result set.
at line 58
array
getColumns()
No description
at line 64
array
getColumnTypes()
Returns associative array of detected types (IStructure::FIELD_*) in result set.
at line 71
array
getColumnMeta(int $col)
Returns associative array of original table names.
at line 78
PDOStatement
getPdoStatement()
No description