sqlite3_rtree_query_callback ( db zQueryFunc xQueryFunc pContext xDestructor -- int )


Vocabulary
db.sqlite.ffi

Inputs
dban object
zQueryFuncan object
xQueryFuncan object
pContextan object
xDestructoran object


Outputs
intan object


Definition


LIBRARY: sqlite FUNCTION: int sqlite3_rtree_query_callback
( sqlite3* db, c-string zQueryFunc, void* xQueryFunc, void*
pContext, void* xDestructor )