SQLiteQueryResult๏
Inherits: RefCounted < Object
A result from a SQLiteQuery run.
Description๏
A result from a SQLiteQuery run.
Properties๏
|
||
|
||
|
||
|
||
|
Property Descriptions๏
Array get_arguments()
The arguments of the query.
String get_error()
Present if there is an error.
int get_error_code()
Present if there is an error.
String get_query()
The query that was run.
Array[Dictionary] result = [] ๐
Array[Dictionary] get_result()
The result of the query.