Lines Matching refs:Schema
1183 typedef struct Schema Schema; typedef
1323 Schema *pSchema; /* Pointer to database schema (possibly shared) */
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 *);
5118 int sqlite3SchemaToIndex(sqlite3 *db, Schema *);