RowResult
class RowResult implements BaseResult, Traversable (View source)
Class RowResult
Methods
Fetch all the rows from the result set.
Fetch one result from the result set.
Retrieve the column count for columns present in the result set.
Retrieve column names for columns present in the result set.
Retrieve column metadata for columns present in the result set.
Retrieve warnings from the last RowResult operation.
Retrieve the number of warnings from the last RowResult operation.
Details
array
fetchAll()
Fetch all the rows from the result set.
array
fetchOne()
Fetch one result from the result set.
int
getColumnsCount()
Retrieve the column count for columns present in the result set.
array
getColumnNames()
Retrieve column names for columns present in the result set.
array
getColumns()
Retrieve column metadata for columns present in the result set.
array
getWarnings()
Retrieve warnings from the last RowResult operation.
int
getWarningsCount()
Retrieve the number of warnings from the last RowResult operation.