Skip to main content

34 docs tagged with "sqlite"

View all tags

db_close

Zatvara SQLite konekciju databaze kreirane sa `db_open`.

db_debug_openfiles

Dobiva broj otvorenih konekcija/veza databaza u svrhu otklanjanja pogrešaka.

DB_ExecuteQuery

The function is used to execute an SQL query on an opened SQLite database.

db_get_mem_handle

Dobiva memorijski upravitelj za vezu SQLite databaze koja je otvorena s `db_open`.

DB_GetFieldCount

Gets the number of fields from the specified result set allocated with `DB_ExecuteQuery`.

DB_GetFieldFloat

Gets the content of a field as a floating point number with the specified field index.

DB_GetFieldFloatByName

Gets the contents of the field as a floating point number with the specified field name.

DB_GetFieldInt

Get the content of a field as an integer from DB_ExecuteQuery.

DB_GetLegacyDBResult

Gets the memory handle for a SQLite database result set that was allocated with `DB_ExecuteQuery`.

DB_GetMemHandle

Gets the memory handle for a SQLite database connection that was opened with `DB_Open`.

db_next_row

Premješta se na sljedeći red skupa rezultata dodijeljen s `db_query`.

db_num_fields

Dobija broj polja iz skupa rezultata dodijeljen s `db_query`.

db_open

Funkcija se koristi za otvaranje veze s datotekom baze podataka SQLite, koja se nalazi u folderu `/scriptfiles`.

db_query

Funkcija se koristi za izvršavanje SQL upita na otvorenoj bazi podataka SQLite.

DB_SelectNextRow

Moves to the next row of the result set allocated with `DB_ExecuteQuery`.