db_close
Zatvara SQLite konekciju databaze kreirane sa `db_open`.
Zatvara SQLite konekciju databaze kreirane sa `db_open`.
Dobiva broj otvorenih konekcija/veza databaza u svrhu otklanjanja pogrešaka.
Dobiva broj rezultata otvorene databaze.
The function is used to execute an SQL query on an opened SQLite database.
Vraća ime polja u navedenom indeksu.
Oslobađa memoriju rezultata dodijeljenu iz db_query.
Frees result memory allocated from DB_ExecuteQuery.
Preuzmite sadržaj polja iz db_query.
Dobiva sadržaj polja kao string s navedenim imenom polja.
Dobiva sadržaj polja kao float broj s navedenim imenom polja.
Dobiva sadržaj polja kao cijeli broj s navedenim imenom polja.
Dobiva sadržaj polja kao float broj s navedenim indeksom polja.
Dobijte sadržaj polja kao cijeli broj iz db_query.
Dobiva memorijski upravitelj za vezu SQLite databaze koja je otvorena s `db_open`.
Dobiva memorijski upravitelj za vezu SQLite databaze koja je dodijeljena sa s `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.
Premješta se na sljedeći red skupa rezultata dodijeljen s `db_query`.
Dobija broj polja iz skupa rezultata dodijeljen s `db_query`.
Vraća broj redaka iz db_query.
Funkcija se koristi za otvaranje veze s datotekom baze podataka SQLite, koja se nalazi u folderu `/scriptfiles`.
Funkcija se koristi za izvršavanje SQL upita na otvorenoj bazi podataka SQLite.
Moves to the next row of the result set allocated with `DB_ExecuteQuery`.