#[unsafe(no_mangle)]pub extern "C" fn vldb_controller_ffi_client_execute_sqlite_batch_json(
client: *mut FfiControllerClientHandle,
request_json: *const c_char,
response_out: *mut *mut c_char,
error_out: *mut *mut c_char,
) -> c_intExpand description
Execute one SQLite batch using JSON mode. 使用 JSON 模式执行一组 SQLite 批量语句。