Searched refs:zSchema (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | sqlite3.h | 6689 SQLITE_API int sqlite3_txn_state(sqlite3*,const char *zSchema); 7351 int (*xIntegrity)(sqlite3_vtab *pVTab, const char *zSchema, 10560 const char *zSchema, 10609 const char *zSchema, 10726 const char *zSchema, /* Which DB to serialize. ex: "main", "temp", ... */ 10792 const char *zSchema, /* Which DB to reopen with the deserialization */
|
| H A D | shell.c | 2005 zSchema ? zSchema : "main", zName); in shellFakeSchema() 2010 if( zSchema ){ in shellFakeSchema() 2143 if( zSchema ){ in shellAddSchemaName() 16229 size_t n = strlen(zSchema); in dbdataIsFunction() 16230 if( n>2 && zSchema[n-2]=='(' && zSchema[n-1]==')' ){ in dbdataIsFunction() 16303 if( zSchema==0 ) zSchema = ""; in dbdataFilter() 26700 const char *zSchema = 0; in do_meta_command() local 26709 zSchema = azArg[2]; in do_meta_command() 27044 zSchema ? zSchema : "main", zTable); in do_meta_command() 27107 + (zSchema ? strlen(zSchema)*2 + 2: 0) /* Quoted schema name */ in do_meta_command() [all …]
|
| H A D | sqlite3.c | 10873 const char *zSchema, 10922 const char *zSchema, 53638 if( zSchema==0 ) zSchema = db->aDb[0].zDbSName; 53727 if( zSchema==0 ) zSchema = db->aDb[0].zDbSName; 100103 const char *zSchema; 105710 pCur->zSchema = 0; 105739 pCur->zSchema = 0; 181088 if( zSchema ){ 224687 const char *zSchema; 224771 const char *zSchema; [all …]
|
| /freebsd-14.2/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 2657 const char *zSchema = 0; in DbObjCmd() 2686 if( zSchema==0 && i==objc-2 && z[0]!='-' ){ in DbObjCmd() 2687 zSchema = z; in DbObjCmd() 2708 xrc = sqlite3_deserialize(pDb->db, zSchema, pData, len, len, flags); in DbObjCmd() 2714 sqlite3_file_control(pDb->db, zSchema,SQLITE_FCNTL_SIZE_LIMIT,&mxSize); in DbObjCmd() 3240 const char *zSchema = objc>=3 ? Tcl_GetString(objv[2]) : "main"; in DbObjCmd() 3248 pData = sqlite3_serialize(pDb->db, zSchema, &sz, SQLITE_SERIALIZE_NOCOPY); in DbObjCmd() 3252 pData = sqlite3_serialize(pDb->db, zSchema, &sz, 0); in DbObjCmd()
|