Handbook
Glossary
sqlite3_rtree_query_callback ( db zQueryFunc xQueryFunc pContext xDestructor -- int )
Vocabulary
db
.
sqlite
.
ffi
Inputs
db
an
object
zQueryFunc
an
object
xQueryFunc
an
object
pContext
an
object
xDestructor
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
db.sqlite.ffi
LIBRARY:
sqlite
FUNCTION:
int
sqlite3_rtree_query_callback
( sqlite3* db,
c-string
zQueryFunc, void* xQueryFunc, void*
pContext, void* xDestructor )