Searched refs:zSchema (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.h | 6670 SQLITE_API int sqlite3_txn_state(sqlite3*,const char *zSchema); 7326 int (*xIntegrity)(sqlite3_vtab *pVTab, const char *zSchema, 10514 const char *zSchema, 10563 const char *zSchema, 10680 const char *zSchema, /* Which DB to serialize. ex: "main", "temp", ... */ 10746 const char *zSchema, /* Which DB to reopen with the deserialization */
|
| H A D | shell.c | 1980 const char *zSchema, /* Schema of the database holding the vtab */ in shellFakeSchema() argument 1991 zSchema ? zSchema : "main", zName); in shellFakeSchema() 1996 if( zSchema ){ in shellFakeSchema() 1997 cQuote = quoteChar(zSchema); in shellFakeSchema() 1998 if( cQuote && sqlite3_stricmp(zSchema,"temp")==0 ) cQuote = 0; in shellFakeSchema() 1999 appendText(&s, zSchema, cQuote); in shellFakeSchema() 2119 const char *zSchema = (const char*)sqlite3_value_text(apVal[1]); in shellAddSchemaName() local 2129 if( zSchema ){ in shellAddSchemaName() 2130 char cQuote = quoteChar(zSchema); in shellAddSchemaName() 2131 if( cQuote && sqlite3_stricmp(zSchema,"temp")!=0 ){ in shellAddSchemaName() [all …]
|
| H A D | sqlite3.c | 6983 SQLITE_API int sqlite3_txn_state(sqlite3*,const char *zSchema); 7639 int (*xIntegrity)(sqlite3_vtab *pVTab, const char *zSchema, 10827 const char *zSchema, 10876 const char *zSchema, 10993 const char *zSchema, /* Which DB to serialize. ex: "main", "temp", ... */ 11059 const char *zSchema, /* Which DB to reopen with the deserialization */ 53248 static MemFile *memdbFromDbSchema(sqlite3 *db, const char *zSchema){ 53251 int rc = sqlite3_file_control(db, zSchema, SQLITE_FCNTL_FILE_POINTER, &p); 53266 const char *zSchema, /* Which database within the connection */ 53287 if( zSchema==0 ) zSchema = db->aDb[0].zDbSName; [all …]
|
| /netbsd-src/external/public-domain/sqlite/dist/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()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/ |
| H A D | sqlite3.d | 1950 int sqlite3_snapshot_get(sqlite3 *db, char *zSchema, sqlite3_snapshot **ppSnapshot); 1955 int sqlite3_snapshot_open(sqlite3 *db, char *zSchema, sqlite3_snapshot *pSnapshot);
|