Lines Matching defs:xConnect
7089 int (*xConnect)(sqlite3*, void *pAux,
7335 ** into the [xCreate] and [xConnect] methods of the virtual table module
7357 void *pClientData /* Client data for xCreate/xConnect */
7363 void *pClientData, /* Client data for xCreate/xConnect */
7434 ** ^The [xCreate] and [xConnect] methods of a
9519 ** This function may be called by either the [xConnect] or [xCreate] method
9523 ** If this interface is invoked outside the context of an xConnect or
9528 ** which is passed in as the first argument to the [xConnect] or [xCreate]
9551 ** [xCreate] or [xConnect] method invoked [sqlite3_vtab_config()] does not
9581 ** the [xConnect] or [xCreate] methods of a [virtual table] implmentation
9589 ** the [xConnect] or [xCreate] methods of a [virtual table] implmentation