Up to date
This page is up to date for Godot 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.