Skip to main content

vldb_controller_ffi_client_execute_sqlite_batch

Function vldb_controller_ffi_client_execute_sqlite_batch 

Source
#[unsafe(no_mangle)]
pub extern "C" fn vldb_controller_ffi_client_execute_sqlite_batch( client: *mut FfiControllerClientHandle, space_id: *const c_char, sql: *const c_char, items: *const FfiSqliteBatchItem, items_len: usize, result_out: *mut *mut FfiControllerSqliteExecuteBatchResult, error_out: *mut *mut c_char, ) -> c_int
Expand description

Execute one SQLite batch using native arguments. 使用原生参数执行一组 SQLite 批量语句。