Home
last modified time | relevance | path

Searched defs:Table (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A DsqliteInt.h232 typedef struct Table Table; typedef
496 struct Table { struct
497 char *zName; /* Name of the table */
498 int nCol; /* Number of columns in this table */
499 Column *aCol; /* Information about each column */
501 Index *pIndex; /* List of SQL indexes on this table. */
502 int tnum; /* Root BTree node for this table (see note above) */
506 u8 isTransient; /* True if automatically deleted when VDBE finishes */
507 u8 hasPrimKey; /* True if there exists a primary key */
509 Trigger *pTrigger; /* List of SQL triggers on this table */
[all …]
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c7867 typedef struct Table Table; typedef
9881 struct Table { struct
9890 u16 nRef; /* Number of pointers to this Table */ argument
9902 VTable *pVTable; /* List of VTable objects. */ argument
9908 Table *pNextZombie; /* Next on the Parse.pZombieTab list */ argument

Completed in 251 milliseconds