The data returned by the query
QueryResult
, which contains the results of the query along with some additional information.
Field
objects, each one representing a column in the query result. Each Field
object has the following properties:name
: The name of the column.type
: The type of the column data.type
property can be one of the following values: string
, integer
, float
, boolean
, datetime
, null
, unknown
..serialize()
.toJSON()
.toCSV()
.toArray()