Searched refs:zDb (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h7149 ** in row iRow, column zColumn, table zTable in database zDb;
7153 ** SELECT zColumn FROM zDb.zTable WHERE [rowid] = iRow;
7156 ** ^(Parameter zDb is not the filename that contains the database, but
7174 ** <li> ^(Database zDb does not exist)^,
7175 ** <li> ^(Table zTable does not exist within database zDb)^,
7228 const char *zDb,
9044 SQLITE_API int sqlite3_wal_checkpoint(sqlite3 *db, const char *zDb);
9113 ** ^If parameter zDb is NULL or points to a zero length string, then the
9125 ** ^If database zDb is the name of an attached database that is not in WAL
9127 ** zDb i
[all...]
H A Dsqlite3.c8212 ** in row iRow, column zColumn, table zTable in database zDb;
8216 ** SELECT zColumn FROM zDb.zTable WHERE [rowid] = iRow;
8219 ** ^(Parameter zDb is not the filename that contains the database, but
8237 ** <li> ^(Database zDb does not exist)^,
8238 ** <li> ^(Table zTable does not exist within database zDb)^,
8291 const char *zDb,
10107 SQLITE_API int sqlite3_wal_checkpoint(sqlite3 *db, const char *zDb);
10176 ** ^If parameter zDb is NULL or points to a zero length string, then the
10188 ** ^If database zDb is the name of an attached database that is not in WAL
10190 ** zDb i
19343 const char *zDb; /* Make sure all objects are contained in this database */ member in struct:DbFixer
39805 char zDb[MAX_PATHNAME+1]; /* Database file path */ local
75777 findBtree(sqlite3 *pErrorDb, sqlite3 *pDb, const char *zDb) argument
83566 sqlite3VdbePreUpdateHook( Vdbe *v, VdbeCursor *pCsr, int op, const char *zDb, Table *pTab, i64 iKey1, int iReg ) argument
91033 const char *zDb; /* database name - used by the update hook */ local
91175 const char *zDb; local
94268 char *zDb; /* Database name */ member in struct:Incrblob
94355 sqlite3_blob_open( sqlite3* db, const char *zDb, const char *zTable, const char *zColumn, sqlite_int64 iRow, int wrFlag, sqlite3_blob **ppBlob ) argument
98862 lookupName( Parse *pParse, const char *zDb, const char *zTab, const char *zCol, NameContext *pNC, Expr *pExpr ) argument
99481 const char *zDb; local
106822 renameTestSchema( Parse *pParse, const char *zDb, int bTemp, const char *zWhen, const char *zDropColumn ) argument
106875 char *zDb; /* Name of database iDb */ local
107042 sqlite3ErrorIfNotEmpty( Parse *pParse, const char *zDb, const char *zTab, const char *zErr ) argument
107066 const char *zDb; /* Database name */ local
107333 const char *zDb; /* Name of schema containing the table */ local
107817 renameParseSql( Parse *p, const char *zDb, sqlite3 *db, const char *zSql, int bTemp, const char *zDropColumn ) argument
108132 const char *zDb = (const char*)sqlite3_value_text(argv[3]); local
108342 const char *zDb = (const char*)sqlite3_value_text(argv[0]); local
108501 char const *zDb = (const char*)sqlite3_value_text(argv[0]); local
108571 const char *zDb = db->aDb[iSchema].zDbSName; local
108630 const char *zDb; /* Database containing pTab ("main" etc.) */ local
110183 char *z, *zDb; local
110608 loadStat4(sqlite3 *db, const char *zDb) argument
111419 char *zDb = db->aDb[iDb].zDbSName; /* Schema name of attached database */ local
112062 const char *zDb; local
112085 sqlite3FindIndex(sqlite3 *db, const char *zName, const char *zDb) argument
112697 char *zDb = db->aDb[iDb].zDbSName; local
112716 char *zDb = db->aDb[iDb].zDbSName; local
114776 const char *zDb = db->aDb[iDb].zDbSName; local
115355 const char *zDb = pDb->zDbSName; local
115862 const char *zDb = db->aDb[iDb].zDbSName; local
116478 sqlite3CodeVerifyNamedSchema(Parse *pParse, const char *zDb) argument
116704 const char *zDb; /* Name of the database */ local
121595 const char *zDb; /* Name of database containing pTab */ local
127935 const char *zDb = 0; /* The database name */ local
130834 const char *zDb = db->aDb[i].zDbSName; local
138747 const char *zDb = db->aDb[iTabDb].zDbSName; local
139114 const char *zDb; local
139174 const char *zDb = db->aDb[iDb].zDbSName; local
166345 sqlite3WalDefaultHook( void *pClientData, sqlite3 *db, const char *zDb, int nFrame ) argument
166419 sqlite3_wal_checkpoint_v2( sqlite3 *db, const char *zDb, int eMode, int *pnLog, int *pnCkpt ) argument
166483 sqlite3_wal_checkpoint(sqlite3 *db, const char *zDb) argument
168551 sqlite3_snapshot_get( sqlite3 *db, const char *zDb, sqlite3_snapshot **ppSnapshot ) argument
168587 sqlite3_snapshot_open( sqlite3 *db, const char *zDb, sqlite3_snapshot *pSnapshot ) argument
168643 sqlite3_snapshot_recover(sqlite3 *db, const char *zDb) argument
169877 const char *zDb; /* logical database name */ member in struct:Fts3Table
170602 const char *zDb = p->zDb; /* Name of database (e.g. "main", "temp") */ local
171100 fts3ContentColumns( sqlite3 *db, const char *zDb, const char *zTbl, const char ***pazCol, int *pnCol, int *pnStr, char **pzErr ) argument
176170 char const *zDb; /* Name of database (e.g. "main") */ local
191339 char *zDb; /* Name of database containing r-tree table */ member in struct:Rtree
194680 rtreeSqlInit( Rtree *pRtree, sqlite3 *db, const char *zDb, const char *zPrefix, int isCreate ) argument
195104 const char *zDb; /* Database containing rtree table */ member in struct:RtreeCheck
195428 rtreeCheckTable( sqlite3 *db, const char *zDb, const char *zTab, char **pzReport ) argument
195545 const char *zDb = (const char*)sqlite3_value_text(apArg[0]); local
205617 char *zDb; /* Name of database session is attached to */ member in struct:sqlite3_session
206562 sessionTableInfo( sqlite3_session *pSession, sqlite3 *db, const char *zDb, const char *zThis, int *pnCol, const char **pzTab, const char ***pazCol, u8 **pabPK ) argument
206931 xPreUpdate( void *pCtx, sqlite3 *db, int op, char const *zDb, char const *zName, sqlite3_int64 iKey1, sqlite3_int64 iKey2 ) argument
207185 const char *zDb = pSession->zDb; local
207274 sqlite3session_create( sqlite3 *db, const char *zDb, sqlite3_session **ppSession ) argument
207814 sessionSelectStmt( sqlite3 *db, const char *zDb, const char *zTab, int nCol, const char **azCol, u8 *abPK, sqlite3_stmt **ppStmt ) argument
211944 char *zDb; /* Database holding FTS index (e.g. "main") */ member in struct:Fts5Config
233335 const char *zDb = bDb ? argv[3] : argv[1]; local
[all...]
H A Dshell.c3348 const char *zDb = (const char*)sqlite3_column_text(pS2, 1); local
3352 zSql, zSep, zDb
3372 const char *zDb = (const char*)sqlite3_column_text(pS2, 1); local
3378 zSql, zSep, zDb, zDb
9559 const char *zDb,
9566 if( sqlite3_stricmp(zDb, "main")==0 ){
15583 char *zDb = nArg>=2 ? azArg[1] : "main"; local
15596 sqlite3_bind_text(pStmt, 1, zDb, -1, SQLITE_STATIC);
15626 if( zDb
9554 idxAuthCallback( void *pCtx, int eOp, const char *z3, const char *z4, const char *zDb, const char *zTrigger ) argument
17615 const char *zDb = 0; local
19226 const char *zDb; local
19357 const char *zDb = (const char*)sqlite3_column_text(pStmt, 0); local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h5040 ** in row iRow, column zColumn, table zTable in database zDb;
5044 ** SELECT zColumn FROM zDb.zTable WHERE [rowid] = iRow;
5094 const char *zDb,
6509 SQLITE_API int sqlite3_wal_checkpoint(sqlite3 *db, const char *zDb);
6514 ** Run a checkpoint operation on WAL database zDb attached to database
6565 ** If parameter zDb is NULL or points to a zero length string, then the
6576 ** If database zDb is the name of an attached database that is not in WAL
6578 ** zDb is not NULL (or a zero length string) and is not the name of any
6583 const char *zDb, /* Name of attached database (or NULL) */
H A Dsqlite3.c5593 ** in row iRow, column zColumn, table zTable in database zDb;
5597 ** SELECT zColumn FROM zDb.zTable WHERE [rowid] = iRow;
5647 const char *zDb,
7062 SQLITE_API int sqlite3_wal_checkpoint(sqlite3 *db, const char *zDb);
7067 ** Run a checkpoint operation on WAL database zDb attached to database
7118 ** If parameter zDb is NULL or points to a zero length string, then the
7129 ** If database zDb is the name of an attached database that is not in WAL
7131 ** zDb is not NULL (or a zero length string) and is not the name of any
7136 const char *zDb, /* Name of attached database (or NULL) */
11041 const char *zDb; /* Mak member in struct:DbFixer
29454 char zDb[MAX_PATHNAME+1]; /* Database file path */ local
56533 findBtree(sqlite3 *pErrorDb, sqlite3 *pDb, const char *zDb) argument
63895 const char *zDb; /* database name - used by the update hook */ member in struct:vdbeExecUnion::OP_InsertInt_stack_vars
67661 const char *zDb = db->aDb[u.bh.pC->iDb].zName; local
69915 sqlite3_blob_open( sqlite3* db, const char *zDb, const char *zTable, const char *zColumn, sqlite_int64 iRow, int flags, sqlite3_blob **ppBlob ) argument
71928 lookupName( Parse *pParse, const char *zDb, const char *zTab, const char *zCol, NameContext *pNC, Expr *pExpr ) argument
72292 const char *zDb; local
77176 char *zDb; /* Name of database iDb */ local
77404 const char *zDb; /* Database name */ local
78047 char *z, *zDb; local
78787 const char *zDb; local
78993 char *zDb = db->aDb[iDb].zName; /* Name of attached database */ local
79470 sqlite3FindIndex(sqlite3 *db, const char *zName, const char *zDb) argument
79911 char *zDb = db->aDb[iDb].zName; local
79942 char *zDb = db->aDb[iDb].zName; local
81179 const char *zDb = db->aDb[iDb].zName; local
81731 const char *zDb = pDb->zName; local
82122 const char *zDb = db->aDb[iDb].zName; local
82696 sqlite3CodeVerifyNamedSchema(Parse *pParse, const char *zDb) argument
82851 const char *zDb; /* Name of the database */ local
83628 const char *zDb; /* Name of database holding pTab */ local
86364 const char *zDb; /* Name of database containing pTab */ local
87324 const char *zDb; /* Name of the database holding this table */ local
90271 const char *zDb = 0; /* The database name */ local
92062 const char *zDb = db->aDb[i].zName; local
97353 const char *zDb = db->aDb[iTabDb].zName; local
97626 const char *zDb; local
97690 const char *zDb = db->aDb[iDb].zName; local
111476 sqlite3WalDefaultHook( void *pClientData, sqlite3 *db, const char *zDb, int nFrame ) argument
111541 sqlite3_wal_checkpoint_v2( sqlite3 *db, const char *zDb, int eMode, int *pnLog, int *pnCkpt ) argument
111588 sqlite3_wal_checkpoint(sqlite3 *db, const char *zDb) argument
114180 const char *zDb; /* logical database name */ member in struct:Fts3Table
119125 char const *zDb; /* Name of database (e.g. "main") */ local
127179 char *zDb; /* Name of database containing r-tree table */ member in struct:Rtree
129906 rtreeSqlInit( Rtree *pRtree, sqlite3 *db, const char *zDb, const char *zPrefix, int isCreate ) argument
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c398 const char *zDb,
414 rc = sqlite3_blob_open(db, zDb, zTable, zColumn, iRow, !isReadonly, &pBlob);
767 const char *zDb,
779 Tcl_ListObjAppendElement(interp, p, Tcl_NewStringObj(zDb, -1));
826 const char *zDb,
845 Tcl_ListObjAppendElement(0, pCmd, Tcl_NewStringObj(zDb, -1));
857 const char *zDb,
875 Tcl_ListObjAppendElement(0, pCmd, Tcl_NewStringObj(zDb, -1));
2919 const char *zDb = "main";
2935 zDb
395 createIncrblobChannel( Tcl_Interp *interp, SqliteDb *pDb, const char *zDb, const char *zTable, const char *zColumn, sqlite_int64 iRow, int isReadonly ) argument
764 DbWalHandler( void *clientData, sqlite3 *db, const char *zDb, int nEntry ) argument
822 DbPreUpdateHandler( void *p, sqlite3 *db, int op, const char *zDb, const char *zTbl, sqlite_int64 iKey1, sqlite_int64 iKey2 ) argument
854 DbUpdateHandler( void *p, int op, const char *zDb, const char *zTbl, sqlite_int64 rowid ) argument
[all...]

Completed in 1122 milliseconds