Home | History | Annotate | Download | only in dist

Lines Matching full:attached

202 ** The maximum number of attached databases.  This must be between 0
204 ** is used internally to track attached databases.
3399 ** <dd>The maximum number of [ATTACH | attached databases].)^</dd>
3886 ** occurs. ^Otherwise, they return the name of the attached database, table,
5041 ** has the name "main". If there is no attached database N on the database
5308 ** (i.e. "main", "temp", or an attached database) containing the specified
5309 ** table or NULL. ^If it is NULL, then all attached databases are searched
6905 ** an [ATTACH] statement for an attached database.
7306 attached to database
7361 ** attached WAL databases, the operation is still attempted on any remaining
7362 ** attached databases and SQLITE_BUSY is returned to the caller. If any other
7363 ** error occurs while processing an attached database, processing is abandoned
7365 ** (SQLITE_BUSY or otherwise) is encountered while processing the attached
7368 ** If database zDb is the name of an attached database that is not in WAL
7371 ** attached database, SQLITE_ERROR is returned to the caller.
7375 const char *zDb, /* Name of attached database (or NULL) */
9595 ** databases may be attached.
9728 u8 dfltLockMode; /* Default locking-mode for attached dbs */
10243 ** which is attached to the from-table. The to-table need not exist when
11011 ** tables, the following information is attached to the Table.u.autoInc.p
11059 ** The yDbMask datatype for the bitmask of all attached databases.
11326 int iDb; /* 0 for main database. 1 for TEMP, 2.. for ATTACHed */
13446 ** to store the schema for all databases (main, temp, and any ATTACHed
38352 ** system. Refer to the comments below and the header comment attached to
45392 ** toward the end. Checksums and counters attached to each frame are
60502 ** attached databases that will be use. A mask of these databases
61295 ** required, as an xSync() callback may add an attached database
67761 ** attached databases.
67965 ** temporary tables, and P3>1 means used the corresponding attached
69727 ** auxiliary database file if P1==1 or in an attached database if
69740 ** auxiliary database file if P1==1 or in an attached database if
71311 const char *zDb, /* The attached database containing the blob */
80065 ** Form 1 causes all indices in all attached databases to be analyzed.
80511 ** * Too many attached databases,
80516 zErrDyn = sqlite3MPrintf(db, "too many attached databases - max %d",
80568 zErrDyn = sqlite3MPrintf(db, "database is already attached");
80576 "attached databases must use the same text encoding as main database");
81089 char *zDb = db->aDb[iDb].zName; /* Name of attached database */
81661 /* Case 2 (from here to the end): Reset all schemas for all attached
81762 /* Delete any foreign keys attached to this table. */
81840 ** of a database ("main", "temp" or the name of an attached db). This
81861 ** "temp" or the name of an attached db). This routine returns the
84615 ** is initially attached to the left operand. But the code generator
84803 ** attached database. Otherwise, invoke it for the database named zDb only.
84951 ** Form 1 causes all indices in all attached databases to be rebuilt.
86045 ** refer to this table (i.e. constraints attached to other tables)
88600 ** the foreign key that refers to this table is attached to). This
88956 ** Free all memory associated with foreign key definitions attached to
90090 ** attached to the table.
92636 ** set on all attached databases, as well as the main db file.
92639 ** any subsequently attached databases also use the specified
93928 ** For an attached db, it is an error if the encoding is not the same
93940 /* If opening an attached database, the encoding much match ENC(db) */
93942 sqlite3SetString(pzErrMsg, db, "attached databases must use the same"
94167 ** If the same database is attached more than once, the first
94168 ** attached database is returned.
94858 ** also attached to the left entry.
99384 ** Given table pTab, return a list of all the triggers attached to
99388 ** are already attached to pTab->pTrigger. But there might be additional
99476 ** CREATE TRIGGER attached.demo AFTER INSERT ON attached.tab ....
100167 Table *pTab, /* The table pTrigger is attached to */
100280 Table *pTab, /* The table trigger pTrigger is attached to */
101257 int nDb; /* Number of attached databases */
103103 ** attached to the right. For the same reason the EP_ExpCollate flag
103367 ** A WhereOrTerm object is computed and attached to the term under
103455 ** object that is attached to the original OR clause term.
105430 ** If there was an INDEXED BY clause (pSrc->pIndex) attached to the table in
105436 ** If a NOT INDEXED clause (pSrc->notIndexed!=0) was attached to the table
107520 ** INDEXED BY clause attached to it, that the named index is being
113916 const char *zDb, /* Name of attached database (or NULL) */
113958 ** to contains a zero-length string, all attached databases are
113979 ** If iDb is passed SQLITE_MAX_ATTACHED, then all attached databases are
113987 int i; /* Used to iterate through attached dbs */
122422 ** FTSQUERY_PHRASE with a unary "-" attached to it. i.e. "mysql" in the