NoDataResult
class NoDataResult implements ResultDriver
The driver for no result set.
Methods
No description
Returns the number of affected rows.
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 metadata for all columns in a result set.
Returns the result set resource.
Decodes data from result set.
Details
at line 26
__construct(int $rows)
No description
at line 35
int
getRowCount()
Returns the number of affected rows.
at line 41
array|null
fetch(bool $assoc)
Fetches the row at current position and moves the internal cursor to the next position.
at line 47
bool
seek(int $row)
Moves cursor position without fetching row.
at line 53
void
free()
Frees the resources allocated for this result set.
at line 58
array
getResultColumns()
Returns metadata for all columns in a result set.
at line 64
mixed
getResultResource()
Returns the result set resource.
at line 70
string
unescapeBinary(string $value)
Decodes data from result set.
Traits
Better OOP experience.