Lines Matching refs:xConnect

5740   int (*xConnect)(sqlite3*, void *pAux,
5877 ** into the [xCreate] and [xConnect] methods of the virtual table module
5893 void *pClientData /* Client data for xCreate/xConnect */
5899 void *pClientData, /* Client data for xCreate/xConnect */
5953 ** ^The [xCreate] and [xConnect] methods of a
7659 ** This function may be called by either the [xConnect] or [xCreate] method
7663 ** If this interface is invoked outside the context of an xConnect or
7684 ** [xCreate] or [xConnect] method invoked [sqlite3_vtab_config()] does not
10435 ** connection handle passed to it via the xConnect() or xCreate() method
103289 ** Before a virtual table xCreate() or xConnect() method is invoked, the
103293 ** are invoked only from within xCreate and xConnect methods.
103309 void *pAux, /* Context pointer for xCreate/xConnect */
103353 void *pAux /* Context pointer for xCreate/xConnect */
103365 void *pAux, /* Context pointer for xCreate/xConnect */
103691 ** record of the table. The xConnect() method is not called until
103737 ** Invoke a virtual table constructor (either xCreate or xConnect). The
103848 ** This function is invoked by the parser to call the xConnect() method
103875 rc = vtabCallConstructor(db, pTab, pMod, pMod->pModule->xConnect, &zErr);
103962 ** valid to call this function from within the xCreate() or xConnect() of a
104337 ** Call from within the xCreate() or xConnect() methods to provide
119208 ** structure. The xCreate and xConnect methods create an instance
119828 ** passed as the first argument. This is done as part of the xConnect()
120335 ** This function is the implementation of both the xConnect and xCreate
120346 int isCreate, /* True for xCreate, false for xConnect */
120350 const char * const *argv, /* xCreate/xConnect argument array */
120633 ** database. TODO: For xConnect(), it could verify that said tables exist.
120679 ** The xConnect() and xCreate() methods for the virtual table. All the
120686 const char * const *argv, /* xCreate/xConnect argument array */
120696 const char * const *argv, /* xCreate/xConnect argument array */
122805 /* xConnect */ fts3ConnectMethod,
124701 ** This function does all the work for both the xConnect and xCreate methods.
124702 ** These tables have no persistent representation of their own, so xConnect
124709 const char * const *argv, /* xCreate/xConnect argument array */
125109 fts3auxConnectMethod, /* xConnect */
128324 ** This function does all the work for both the xConnect and xCreate methods.
128325 ** These tables have no persistent representation of their own, so xConnect
128337 const char * const *argv, /* xCreate/xConnect argument array */
128601 fts3tokConnectMethod, /* xConnect */
137050 ** the virtual table module xCreate() and xConnect() methods.
137070 ** Rtree virtual table module xConnect method.
139244 rtreeConnect, /* xConnect - connect to an existing table */
139362 ** This function is called from within the xConnect() or xCreate() method to
139367 ** If this function is being called as part of an xConnect(), then the rtree
139379 int isCreate, /* True for xCreate, false for xConnect */
139412 ** This function is the implementation of both the xConnect and xCreate
139426 int isCreate /* True for xCreate, false for xConnect */