Object, Record, RecordSet
The result of executing a Query
int full_scan_steps { get; }
int sort_operations { get; }
double execution_time { get; }
bool finished { get; }
int field_count { get; }
bool next () throws Error
bool next_async (Cancellable? cancellable =null) throws Error
Cancellable? cancellable =null) throws Error
string field_name (int field) throws Error
string field_origin_table_name (int field) throws Error
int field) throws Error
string field_origin_name (int field) throws Error
int field_index (string field) throws Error
Type field_type (int field) throws Error
Value fetch (int field) throws Error
string? fetch_string (int field =0) throws Error
int fetch_int (int field =0) throws Error
int64 fetch_int64 (int field =0) throws Error
double fetch_double (int field =0) throws Error
uint8[] fetch_blob (int field =0) throws Error
int field) throws Error