VtabModuleCallbacks
Regroups all the callback of the Virtual Table module interface. All the functions are invoked from JNI.
Functions
Link copied to clipboard
abstract fun connect(db: Long, appData: Any?, arguments: Array<String>, outVtab: OutputPointer.OfPointer, outErrMsg: OutputPointer.OfString): Int
Link copied to clipboard
abstract fun create(db: Long, appData: Any?, arguments: Array<String>, outVtab: OutputPointer.OfPointer, outErrMsg: OutputPointer.OfString): Int
Link copied to clipboard
Link copied to clipboard
abstract fun findFunction(vTab: Long, argc: Int, name: String, outAppData: OutputPointer.OfObject<Any>, outFunction: OutputPointer.OfObject<FunctionCallback.Func>, outDestroy: OutputPointer.OfObject<DestructorCallback>): Int
Link copied to clipboard
Link copied to clipboard