Up to date
This page is up to date for Blazium 0.4.90 (4.3)
.
If you still find outdated information, please open an issue.
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.
The result of the query.