Sqlite.Database.open_v2 – sqlite3 Reference Manual
Packages
sqlite3
Sqlite
Database
complete
open
open_v2
_exec
_get_table
busy_timeout
changes
commit_hook
create_collation
create_function
create_function_v2
errcode
errmsg
exec
extended_result_codes
get_autocommit
get_table
interrupt
last_insert_rowid
limit
next_stmt
prepare
prepare_v2
profile
progress_handler
rollback_hook
set_authorizer
status
table_column_metadata
total_changes
trace
update_hook
wal_autocheckpoint
wal_checkpoint
wal_hook
open_v2
Description:
public
static
int
open_v2
(
string
filename,
out
Database
db,
int
flags =
OPEN_READWRITE
|
OPEN_CREATE
,
string
? zVfs =
null
)