HomeSort by: relevance | last modified time | path
    Searched defs:zDb (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
shell.c 11161 const char *zDb = (const char*)sqlite3_column_text(pS2, 1);
11165 zSep, zDb
11190 const char *zDb = (const char*)sqlite3_column_text(pS2, 1);
11196 zSep, zDb, zDb
15990 const char *zDb,
15997 if( sqlite3_stricmp(zDb, "main")==0 ){
17047 ** The integrity-check will be conducted on database zDb (which must be "main",
17055 const char *zDb, /* Database name ("main", "temp" etc.) */
17184 const char *zDb; /* Copy of zDb parameter to _open() *
    [all...]
sqlite3.c 8409 ** in row iRow, column zColumn, table zTable in database zDb;
8413 ** SELECT zColumn FROM zDb.zTable WHERE [rowid] = iRow;
8416 ** ^(Parameter zDb is not the filename that contains the database, but
8434 ** <li> ^(Database zDb does not exist)^,
8435 ** <li> ^(Table zTable does not exist within database zDb)^,
8488 const char *zDb,
10381 SQLITE_API int sqlite3_wal_checkpoint(sqlite3 *db, const char *zDb);
10455 ** ^If parameter zDb is NULL or points to a zero length string, then the
10467 ** ^If database zDb is the name of an attached database that is not in WAL
10469 ** zDb is not NULL (or a zero length string) and is not the name of an
    [all...]

Completed in 135 milliseconds