FirebirdResult
class FirebirdResult implements ResultDriver
The driver for Firebird/InterBase result set.
Methods
No description
Automatically frees the resources allocated for this result set.
Returns the number of rows in a result set.
Fetches the row at current position and moves the internal cursor to the next position.
Moves cursor position without fetching row.
Frees the resources allocated for this result set.
Returns the result set resource.
Returns metadata for all columns in a result set.
Decodes data from result set.
Details
at line 33
__construct(resource $resultSet)
No description
at line 42
__destruct()
Automatically frees the resources allocated for this result set.
at line 53
int
getRowCount()
Returns the number of rows in a result set.
at line 63
array|null
fetch(bool $assoc)
Fetches the row at current position and moves the internal cursor to the next position.
at line 87
bool
seek(int $row)
Moves cursor position without fetching row.
at line 96
void
free()
Frees the resources allocated for this result set.
at line 106
mixed
getResultResource()
Returns the result set resource.
at line 116
array
getResultColumns()
Returns metadata for all columns in a result set.
at line 136
string
unescapeBinary(string $value)
Decodes data from result set.
Traits
Better OOP experience.