sqlite3_snapshot_get ( db zSchema ppSnapshot -- int )


Vocabulary
db.sqlite.ffi

Inputs
dban object
zSchemaan object
ppSnapshotan object


Outputs
intan object


Definition


LIBRARY: sqlite FUNCTION: int sqlite3_snapshot_get
( sqlite3* db, c-string zSchema, sqlite3_snapshot**
ppSnapshot )