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

/macosx-10.10/Heimdal-398.1.2/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...]

Completed in 494 milliseconds