HomeSort by: relevance | last modified time | path
    Searched refs:zTable (Results 1 - 4 of 4) sorted by relevancy

  /src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c 475 const char *zTable,
490 rc = sqlite3_blob_open(db, zDb, zTable, zColumn, iRow, !isReadonly, &pBlob);
2952 char *zTable; /* Insert data into this table */
2989 zTable = Tcl_GetStringFromObj(objv[3], 0);
3008 zSql = sqlite3_mprintf("SELECT * FROM '%q'", zTable);
3010 Tcl_AppendResult(interp, "Error: no such table: ", zTable, (char*)0);
3032 zConflict, zTable);
3480 const char *zTable;
3497 zTable = Tcl_GetString(objv[objc-3]);
3503 interp, pDb, zDb, zTable, zColumn, (sqlite3_int64)iRow, isReadonl
    [all...]
  /src/external/public-domain/sqlite/dist/
shell.c 14807 int iDb; /* Database containing table zTable */
15716 const char *zTable = pScan->pTab->zName;
15717 int quoteTable = idxIdentifierRequiresQuotes(zTable);
15727 zName = sqlite3_mprintf("%s_idx_%08x", zTable, h);
15754 zIdx = sqlite3_mprintf(zFmt, zName, zTable, zCols);
26810 const char *zTable;
26819 zTable = azArg[0];
26822 if( zTable==0 ) return 0;
26827 if( cli_strcmp(zTable, "sqlite_sequence")==0 && !noSys ){
26843 }else if( sqlite3_strglob("sqlite_stat?", zTable)==0 && !noSys )
    [all...]
sqlite3.h 8088 ** in row iRow, column zColumn, table zTable in database zDb;
8092 ** SELECT zColumn FROM zDb.zTable WHERE [rowid] = iRow;
8114 ** <li> ^(Table zTable does not exist within database zDb)^,
8115 ** <li> ^(Table zTable is a WITHOUT ROWID table)^,
8168 const char *zTable,
sqlite3.c 8409 ** in row iRow, column zColumn, table zTable in database zDb;
8413 ** SELECT zColumn FROM zDb.zTable WHERE [rowid] = iRow;
8435 ** <li> ^(Table zTable does not exist within database zDb)^,
8436 ** <li> ^(Table zTable is a WITHOUT ROWID table)^,
8489 const char *zTable,
    [all...]

Completed in 127 milliseconds