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.
Returns associative array of detected types (IStructure::FIELD_*) in result set.
Returns associative array of original table names.
No description
Details
at line 27
__construct(PDOStatement $result, PdoDriver $driver)
No description
at line 34
array|null
fetch()
Fetches the row at current position and moves the internal cursor to the next position.
at line 46
int
getColumnCount()
Returns the number of columns in a result set.
at line 52
int
getRowCount()
Returns the number of rows in a result set.
at line 58
array
getColumnTypes()
Returns associative array of detected types (IStructure::FIELD_*) in result set.
at line 64
array
getColumnMeta(int $col)
Returns associative array of original table names.
at line 70
PDOStatement
getPdoStatement()
No description
Traits
Strict class for better experience.