SimplePDOStatement
class SimplePDOStatement (View source)
Methods
Returns an array containing all of the result set rows.
Fetches the next row from a result set.
Returns a single column from the next row of a result set.
Fetch extended error information associated with the last operation on the statement handle.
Store all query strings for session.
Store all query parameters for session.
Fetch query strings/params for session.
Details
at line 32
final array
fetchAll()
Returns an array containing all of the result set rows.
at line 43
final mixed
fetch()
Fetches the next row from a result set.
at line 54
final mixed
fetchColumn(int $column = 0)
Returns a single column from the next row of a result set.
at line 65
final mixed
errorInfo()
Fetch extended error information associated with the last operation on the statement handle.
at line 75
final object
queryStrings($statement)
Store all query strings for session.
at line 93
final object
queryParams($parameter, $variable, $data_type)
Store all query parameters for session.
at line 103
final string
fetchQueryStrings()
Fetch query strings/params for session.