Searched refs:Schema (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dshell.c1060 fprintf(pArg->out, "Schema Heap Usage: %d bytes\n", iCur);
H A Dsqlite3.c5665 ** CAPI3REF: Declare The Schema Of A Virtual Table
8086 typedef struct Schema Schema; typedef in typeref:struct:Schema
8354 SQLITE_PRIVATE int sqlite3SchemaMutexHeld(sqlite3*,int,Schema*);
9544 Schema *pSchema; /* Pointer to database schema (possibly shared) */
9550 ** Most Schema objects are associated with a Btree. The exception is
9551 ** the Schema for the TEMP databaes (sqlite3.aDb[1]) which is free-standing.
9552 ** In shared cache mode, a single Schema object can be shared by multiple
9555 ** Schema objects are automatically deallocated when the last Btree that
9556 ** references them is destroyed. The TEMP Schema i
9564 struct Schema { struct
[all...]

Completed in 337 milliseconds