Lines Matching refs:xConnect
5053 int (*xConnect)(sqlite3*, void *pAux,
5185 ** into the [xCreate] and [xConnect] methods of the virtual table module
5201 void *pClientData /* Client data for xCreate/xConnect */
5207 void *pClientData, /* Client data for xCreate/xConnect */
5261 ** ^The [xCreate] and [xConnect] methods of a
9328 ** connection handle passed to it via the xConnect() or xCreate() method
94609 void *pAux, /* Context pointer for xCreate/xConnect */
94651 void *pAux /* Context pointer for xCreate/xConnect */
94663 void *pAux, /* Context pointer for xCreate/xConnect */
94964 ** record of the table. The xConnect() method is not called until
95009 ** Invoke a virtual table constructor (either xCreate or xConnect). The
95113 ** This function is invoked by the parser to call the xConnect() method
95140 rc = vtabCallConstructor(db, pTab, pMod, pMod->pModule->xConnect, &zErr);
95217 ** valid to call this function from within the xCreate() or xConnect() of a
108450 ** structure. The xCreate and xConnect methods create an instance
108899 ** passed as the first argument. This is done as part of the xConnect()
109057 ** This function is the implementation of both the xConnect and xCreate
109068 int isCreate, /* True for xCreate, false for xConnect */
109072 const char * const *argv, /* xCreate/xConnect argument array */
109217 ** database. TODO: For xConnect(), it could verify that said tables exist.
109248 ** The xConnect() and xCreate() methods for the virtual table. All the
109255 const char * const *argv, /* xCreate/xConnect argument array */
109265 const char * const *argv, /* xCreate/xConnect argument array */
111766 /* xConnect */ fts3ConnectMethod,
119821 ** the virtual table module xCreate() and xConnect() methods.
119841 ** Rtree virtual table module xConnect method.
121962 rtreeConnect, /* xConnect - connect to an existing table */
122077 ** This function is called from within the xConnect() or xCreate() method to
122082 ** If this function is being called as part of an xConnect(), then the rtree
122094 int isCreate /* True for xCreate, false for xConnect */
122121 ** This function is the implementation of both the xConnect and xCreate
122135 int isCreate /* True for xCreate, false for xConnect */