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๏ƒ

Array

arguments

[]

String

error

""

int

error_code

0

String

query

""

Array[Array]

result

[]


Property Descriptions๏ƒ

Array arguments = [] ๐Ÿ”—

The arguments of the query.


String error = "" ๐Ÿ”—

Present if there is an error.


int error_code = 0 ๐Ÿ”—

  • int get_error_code()

Present if there is an error.


String query = "" ๐Ÿ”—

The query that was run.


Array[Array] result = [] ๐Ÿ”—

The result of the query.