Lines Matching defs:xConnect
7318 int (*xConnect)(sqlite3*, void *pAux,
7568 ** into the [xCreate] and [xConnect] methods of the virtual table module
7590 void *pClientData /* Client data for xCreate/xConnect */
7596 void *pClientData, /* Client data for xCreate/xConnect */
7667 ** ^The [xCreate] and [xConnect] methods of a
9747 ** This function may be called by either the [xConnect] or [xCreate] method
9751 ** If this interface is invoked outside the context of an xConnect or
9756 ** which is passed in as the first argument to the [xConnect] or [xCreate]
9779 ** [xCreate] or [xConnect] method invoked [sqlite3_vtab_config()] does not
9809 ** the [xConnect] or [xCreate] methods of a [virtual table] implementation
9817 ** the [xConnect] or [xCreate] methods of a [virtual table] implementation
9828 ** the [xConnect] or [xCreate] methods of a [virtual table] implementation