sqlite3_exec

actual fun <AppData> sqlite3_exec(db: sqlite3, sql: String, outErrorMessage: Utf8OutputParam?, appData: AppData, callback: SqliteExecCallback<AppData>?): SqliteResultCode(source)

Execute SQL code. Return one of the SQLITE_ success/failure codes. Also write an error message into memory obtained from malloc() and make outErrorMessage point to that message.

If the SQL is a query, then for each row in the query result the callback function is called. If callback=null then no callback is invoked, even for queries.

sqlite3_exec()

expect fun <AppData> sqlite3_exec(db: sqlite3, sql: String, outErrorMessage: Utf8OutputParam?, appData: AppData, callback: SqliteExecCallback<AppData>?): SqliteResultCode(source)

Execute SQL code. Return one of the SQLITE_ success/failure codes. Also write an error message into memory obtained from malloc() and make outErrorMessage point to that message.

If the SQL is a query, then for each row in the query result the callback function is called. If callback=null then no callback is invoked, even for queries.

sqlite3_exec()

actual fun <AppData> sqlite3_exec(db: sqlite3, sql: String, outErrorMessage: Utf8OutputParam?, appData: AppData, callback: SqliteExecCallback<AppData>?): SqliteResultCode(source)

Execute SQL code. Return one of the SQLITE_ success/failure codes. Also write an error message into memory obtained from malloc() and make outErrorMessage point to that message.

If the SQL is a query, then for each row in the query result the callback function is called. If callback=null then no callback is invoked, even for queries.

sqlite3_exec()

actual fun <AppData> sqlite3_exec(db: sqlite3, sql: String, outErrorMessage: Utf8OutputParam?, appData: AppData, callback: SqliteExecCallback<AppData>?): SqliteResultCode(source)

Execute SQL code. Return one of the SQLITE_ success/failure codes. Also write an error message into memory obtained from malloc() and make outErrorMessage point to that message.

If the SQL is a query, then for each row in the query result the callback function is called. If callback=null then no callback is invoked, even for queries.

sqlite3_exec()

actual fun <AppData> sqlite3_exec(db: sqlite3, sql: String, outErrorMessage: Utf8OutputParam?, appData: AppData, callback: SqliteExecCallback<AppData>?): SqliteResultCode(source)

Execute SQL code. Return one of the SQLITE_ success/failure codes. Also write an error message into memory obtained from malloc() and make outErrorMessage point to that message.

If the SQL is a query, then for each row in the query result the callback function is called. If callback=null then no callback is invoked, even for queries.

sqlite3_exec()