Home
last modified time | relevance | path

Searched refs:zSchema (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2613 const char *zSchema = 0; in DbObjCmd()
2640 if( zSchema==0 && i==objc-2 && z[0]!='-' ){ in DbObjCmd()
2641 zSchema = z; in DbObjCmd()
2662 xrc = sqlite3_deserialize(pDb->db, zSchema, pData, len, len, flags); in DbObjCmd()
2668 sqlite3_file_control(pDb->db, zSchema,SQLITE_FCNTL_SIZE_LIMIT,&mxSize); in DbObjCmd()
3180 const char *zSchema = objc>=3 ? Tcl_GetString(objv[2]) : "main"; in DbObjCmd()
3188 pData = sqlite3_serialize(pDb->db, zSchema, &sz, SQLITE_SERIALIZE_NOCOPY); in DbObjCmd()
3192 pData = sqlite3_serialize(pDb->db, zSchema, &sz, 0); in DbObjCmd()
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.h9555 const char *zSchema,
9604 const char *zSchema,
9714 const char *zSchema, /* Which DB to serialize. ex: "main", "temp", ... */
9766 const char *zSchema, /* Which DB to reopen with the deserialization */
H A Dshell.c889 zSchema ? zSchema : "main", zName); in shellFakeSchema()
893 if( zSchema ){ in shellFakeSchema()
894 cQuote = quoteChar(zSchema); in shellFakeSchema()
896 appendText(&s, zSchema, cQuote); in shellFakeSchema()
983 if( zSchema ){ in shellAddSchemaName()
984 char cQuote = quoteChar(zSchema); in shellAddSchemaName()
9534 const char *zSchema = "main"; in dbdataFilter() local
9545 pCsr->nPage = dbdataDbsize(pCsr, zSchema); in dbdataFilter()
9546 rc = dbdataDbsize(pCsr, zSchema); in dbdataFilter()
16164 const char *zSchema = 0; in do_meta_command() local
[all …]
H A Dsqlite3.c10594 const char *zSchema,
10643 const char *zSchema,
48228 if( zSchema==0 ) zSchema = db->aDb[0].zDbSName;
48229 p = memdbFromDbSchema(db, zSchema);
48307 if( zSchema==0 ) zSchema = db->aDb[0].zDbSName;
48325 p = memdbFromDbSchema(db, zSchema);
96555 pCur->zSchema = 0;
96584 pCur->zSchema = 0;
201355 const char *zSchema;
201433 const char *zSchema;
[all …]