Home
last modified time | relevance | path

Searched refs:Schema (Results 1 – 24 of 24) sorted by relevance

/sqlite-3.40.0/src/
H A Dcallback.c492 Schema *pSchema = (Schema *)p; in sqlite3SchemaClear()
522 Schema *sqlite3SchemaGet(sqlite3 *db, Btree *pBt){ in sqlite3SchemaGet()
523 Schema * p; in sqlite3SchemaGet()
525 p = (Schema *)sqlite3BtreeSchema(pBt, sizeof(Schema), sqlite3SchemaClear); in sqlite3SchemaGet()
527 p = (Schema *)sqlite3DbMallocZero(0, sizeof(Schema)); in sqlite3SchemaGet()
H A DsqliteInt.h1183 typedef struct Schema Schema; typedef
1343 struct Schema { struct
2310 Schema *pSchema; /* Schema that contains this table */
2614 Schema *pSchema; /* Schema containing this index */
3113 Schema *pSchema; /* Schema to which this item is fixed */
3840 Schema *pSchema; /* Schema containing the trigger */
3841 Schema *pTabSchema; /* Schema containing the table */
4115 Schema *pSchema; /* Fix items to this schema */
4918 void sqlite3AuthRead(Parse*,Expr*,Schema*,SrcList*);
5117 Schema *sqlite3SchemaGet(sqlite3 *, Btree *);
[all …]
H A Dauth.c143 Schema *pSchema, /* The schema of the expression */ in sqlite3AuthRead()
H A Dbtree.h398 int sqlite3SchemaMutexHeld(sqlite3*,int,Schema*);
H A Dbtmutex.c252 int sqlite3SchemaMutexHeld(sqlite3 *db, int iDb, Schema *pSchema){ in sqlite3SchemaMutexHeld()
H A Dvdbevtab.c206 Schema *pSchema; in bytecodevtabColumn()
H A Dstatus.c297 Schema *pSchema = db->aDb[i].pSchema; in sqlite3_db_status()
H A Dtrigger.c51 Schema *pTmpSchema; /* Schema of the pTab table */ in sqlite3TriggerList()
863 Schema *pSchema = pStep->pTrig->pSchema; in sqlite3TriggerStepSrc()
H A Danalyze.c1344 Schema *pSchema = db->aDb[iDb].pSchema; /* Schema of database iDb */ in analyzeDatabase()
1872 Schema *pSchema = db->aDb[iDb].pSchema;
H A Dprepare.c541 int sqlite3SchemaToIndex(sqlite3 *db, Schema *pSchema){ in sqlite3SchemaToIndex()
H A Dvtab.c513 Schema *pSchema = pTab->pSchema; in sqlite3VtabFinishParse()
H A Dbuild.c214 Schema *pSchema; in sqlite3FinishCoding()
547 Schema *pSchema = db->aDb[j].pSchema; in sqlite3FindIndex()
2918 Schema *pSchema = p->pSchema; in sqlite3EndTable()
H A Dresolve.c248 Schema *pSchema = 0; /* Schema of the expression */ in lookupName()
H A Dpragma.c2331 Schema *pSchema; /* The current schema */ in sqlite3Pragma()
H A Dmain.c1163 Schema *pSchema = db->aDb[i].pSchema; in disconnectAllVtab()
H A Dbtree.c185 Schema *pSchema = (Schema *)pBtree->pBt->pSchema; in hasSharedCacheTableLock()
H A Dshell.c.in892 const char *zSchema, /* Schema of the database holding the vtab */
2926 raw_printf(pArg->out, "Schema Heap Usage: %d bytes\n",
H A Dsqlite.h.in6326 ** CAPI3REF: Return The Schema Name For A Database Connection
7380 ** CAPI3REF: Declare The Schema Of A Virtual Table
10184 ** <li> Schema S of [database connection] D must be a [WAL mode] database.
/sqlite-3.40.0/tool/
H A Dmkpragmatab.tcl18 set flagMeaning(SchemaReq) {Schema required - "main" is default}
19 set flagMeaning(SchemaOpt) {Schema restricts name search if present}
/sqlite-3.40.0/ext/rtree/
H A Drtreecheck.test132 } {{Schema corrupt or not an rtree}}
/sqlite-3.40.0/test/
H A Dautoindex5.test22 # Schema is from the Debian security database
H A Deqp.test775 -- Schema from Fossil 2018-08-16
H A Dfuzz-oss1.test31 # Schema and query extracted from Skrooge.org.
/sqlite-3.40.0/ext/session/
H A Dsession5.test31 # session5-3.*: Schema mismatch errors.