HomeSort by relevance Sort by last modified time
    Searched refs:zTable (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
vdbeblob.c 111 const char *zTable, /* The table containing the blob */
176 pTab = sqlite3LocateTable(pParse, 0, zTable, zDb);
179 sqlite3ErrorMsg(pParse, "cannot open virtual table: %s", zTable);
184 sqlite3ErrorMsg(pParse, "cannot open view: %s", zTable);
recover.c 489 /* Fetch the page number of zTable in zDb from sqlite_master in zDb,
492 static int getRootPage(sqlite3 *db, const char *zDb, const char *zTable,
498 if( strcmp(zTable, "sqlite_master")==0 ){
505 zDb, zTable);
    [all...]
resolve.c 120 ** can be used. The zTable variable is the name of the table (the "Y"). This
121 ** value can be NULL if zDb is also NULL. If zTable is NULL it
491 const char *zTable;
499 zTable = pExpr->pLeft->u.zToken;
504 zTable = pRight->pLeft->u.zToken;
507 return lookupName(pParse, zDb, zTable, zColumn, pNC, pExpr);
    [all...]
tclsqlite.c 335 const char *zTable,
350 rc = sqlite3_blob_open(db, zDb, zTable, zColumn, iRow, !isReadonly, &pBlob);
    [all...]
sqlite.h.in     [all...]
  /external/sqlite/dist/orig/
shell.c     [all...]
sqlite3.h     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
shell.c     [all...]
sqlite3.h     [all...]
sqlite3.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h     [all...]
sqlite3.c     [all...]

Completed in 523 milliseconds