Searched refs:Schema (Results 1 – 24 of 24) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | callback.c | 492 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 D | sqliteInt.h | 1183 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 D | auth.c | 143 Schema *pSchema, /* The schema of the expression */ in sqlite3AuthRead()
|
| H A D | btree.h | 398 int sqlite3SchemaMutexHeld(sqlite3*,int,Schema*);
|
| H A D | btmutex.c | 252 int sqlite3SchemaMutexHeld(sqlite3 *db, int iDb, Schema *pSchema){ in sqlite3SchemaMutexHeld()
|
| H A D | vdbevtab.c | 206 Schema *pSchema; in bytecodevtabColumn()
|
| H A D | status.c | 297 Schema *pSchema = db->aDb[i].pSchema; in sqlite3_db_status()
|
| H A D | trigger.c | 51 Schema *pTmpSchema; /* Schema of the pTab table */ in sqlite3TriggerList() 863 Schema *pSchema = pStep->pTrig->pSchema; in sqlite3TriggerStepSrc()
|
| H A D | analyze.c | 1344 Schema *pSchema = db->aDb[iDb].pSchema; /* Schema of database iDb */ in analyzeDatabase() 1872 Schema *pSchema = db->aDb[iDb].pSchema;
|
| H A D | prepare.c | 541 int sqlite3SchemaToIndex(sqlite3 *db, Schema *pSchema){ in sqlite3SchemaToIndex()
|
| H A D | vtab.c | 513 Schema *pSchema = pTab->pSchema; in sqlite3VtabFinishParse()
|
| H A D | build.c | 214 Schema *pSchema; in sqlite3FinishCoding() 547 Schema *pSchema = db->aDb[j].pSchema; in sqlite3FindIndex() 2918 Schema *pSchema = p->pSchema; in sqlite3EndTable()
|
| H A D | resolve.c | 248 Schema *pSchema = 0; /* Schema of the expression */ in lookupName()
|
| H A D | pragma.c | 2331 Schema *pSchema; /* The current schema */ in sqlite3Pragma()
|
| H A D | main.c | 1163 Schema *pSchema = db->aDb[i].pSchema; in disconnectAllVtab()
|
| H A D | btree.c | 185 Schema *pSchema = (Schema *)pBtree->pBt->pSchema; in hasSharedCacheTableLock()
|
| H A D | shell.c.in | 892 const char *zSchema, /* Schema of the database holding the vtab */ 2926 raw_printf(pArg->out, "Schema Heap Usage: %d bytes\n",
|
| H A D | sqlite.h.in | 6326 ** 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 D | mkpragmatab.tcl | 18 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 D | rtreecheck.test | 132 } {{Schema corrupt or not an rtree}}
|
| /sqlite-3.40.0/test/ |
| H A D | autoindex5.test | 22 # Schema is from the Debian security database
|
| H A D | eqp.test | 775 -- Schema from Fossil 2018-08-16
|
| H A D | fuzz-oss1.test | 31 # Schema and query extracted from Skrooge.org.
|
| /sqlite-3.40.0/ext/session/ |
| H A D | session5.test | 31 # session5-3.*: Schema mismatch errors.
|