Lines Matching refs:xConnect

5327   int (*xConnect)(sqlite3*, void *pAux,
5464 ** into the [xCreate] and [xConnect] methods of the virtual table module
5480 void *pClientData /* Client data for xCreate/xConnect */
5486 void *pClientData, /* Client data for xCreate/xConnect */
5540 ** ^The [xCreate] and [xConnect] methods of a
7157 ** This function may be called by either the [xConnect] or [xCreate] method
7161 ** If this interface is invoked outside the context of an xConnect or
7182 ** [xCreate] or [xConnect] method invoked [sqlite3_vtab_config()] does not
9849 ** connection handle passed to it via the xConnect() or xCreate() method
99295 ** Before a virtual table xCreate() or xConnect() method is invoked, the
99299 ** are invoked only from within xCreate and xConnect methods.
99315 void *pAux, /* Context pointer for xCreate/xConnect */
99357 void *pAux /* Context pointer for xCreate/xConnect */
99369 void *pAux, /* Context pointer for xCreate/xConnect */
99669 ** record of the table. The xConnect() method is not called until
99715 ** Invoke a virtual table constructor (either xCreate or xConnect). The
99821 ** This function is invoked by the parser to call the xConnect() method
99848 rc = vtabCallConstructor(db, pTab, pMod, pMod->pModule->xConnect, &zErr);
99935 ** valid to call this function from within the xCreate() or xConnect() of a
100310 ** Call from within the xCreate() or xConnect() methods to provide
114172 ** structure. The xCreate and xConnect methods create an instance
114748 ** passed as the first argument. This is done as part of the xConnect()
115127 ** This function is the implementation of both the xConnect and xCreate
115138 int isCreate, /* True for xCreate, false for xConnect */
115142 const char * const *argv, /* xCreate/xConnect argument array */
115370 ** database. TODO: For xConnect(), it could verify that said tables exist.
115404 ** The xConnect() and xCreate() methods for the virtual table. All the
115411 const char * const *argv, /* xCreate/xConnect argument array */
115421 const char * const *argv, /* xCreate/xConnect argument array */
117372 /* xConnect */ fts3ConnectMethod,
119113 ** This function does all the work for both the xConnect and xCreate methods.
119114 ** These tables have no persistent representation of their own, so xConnect
119121 const char * const *argv, /* xCreate/xConnect argument array */
119508 fts3auxConnectMethod, /* xConnect */
127734 ** the virtual table module xCreate() and xConnect() methods.
127754 ** Rtree virtual table module xConnect method.
129883 rtreeConnect, /* xConnect - connect to an existing table */
130001 ** This function is called from within the xConnect() or xCreate() method to
130006 ** If this function is being called as part of an xConnect(), then the rtree
130018 int isCreate /* True for xCreate, false for xConnect */
130045 ** This function is the implementation of both the xConnect and xCreate
130059 int isCreate /* True for xCreate, false for xConnect */