db_close
Closes an SQLite database that was opened with db_open.
Closes an SQLite database that was opened with db_open.
The function is used to execute an SQL query on an opened SQLite database.
Returns the name of a field at a particular index.
Frees result memory allocated from db_query.
Frees result memory allocated from DB_ExecuteQuery.
Get the content of a field from db_query.
Get the contents of field with specified name.
Get the contents of field as a float with specified name.
Get the contents of field as an integer with specified name.
Get the content of a field as a float from db_query.
Get the content of a field as an integer from db_query.
Get memory handle for an SQLite database that was opened with db_open.
Get memory handle for an SQLite query that was executed with db_query.
Gets the number of open database connections for debugging purposes.
Gets the number of open database results
Gets the number of fields from the specified result set allocated with `DB_ExecuteQuery`.
Gets the content of a field as a floating point number with the specified field index.
Gets the contents of the field as a floating point number with the specified field name.
Get the content of a field as an integer from DB_ExecuteQuery.
Gets the contents of the field as an integer with the specified field name.
Returns the name of the field at the specified index.
Get the content of a field from DB_ExecuteQuery.
Gets the contents of the field as a string with the specified field name.
Gets the memory handle for a SQLite database result set that was allocated with `DB_ExecuteQuery`.
Gets the memory handle for a SQLite database connection that was opened with `DB_Open`.
Returns the number of rows from a DB_ExecuteQuery.
Moves to the next row of the result allocated from db_query.
Get the number of fields in a result.
Returns the number of rows from a db_query.
This function is used to open a connection to a SQLite database, which is inside the "/scriptfiles" folder.
This function is used to execute an SQL query on an opened SQLite database.
Moves to the next row of the result set allocated with `DB_ExecuteQuery`.