Class __builtin.Sql.FutureResult
- Description
The promise result class; it will contain the results of a query.
- See also
- Variable
affected_rows
final
int
__builtin.Sql.FutureResult.affected_rows- Description
The number of affected rows.
- Variable
bindings
final
mapping
(string
:mixed
)|zero
__builtin.Sql.FutureResult.bindings- Description
The parameter bindings belonging to the query.
- Variable
data
final
array
(mixed
)|zero
__builtin.Sql.FutureResult.data- Description
The returned raw unadorned records, all typed data. Once get() has been accessed, data will point to the same adorned records.
- See also
- Variable
fields
final
array
(mapping
(string
:mixed
))|zero
__builtin.Sql.FutureResult.fields- Description
The description of the fields in a record.