Lines Matching defs:metadata
5056 ** [sqlite3_column_database_name | column metadata interfaces]
6051 ** associate metadata with argument values. If the same value is passed to
6053 ** some circumstances the associated metadata may be preserved. An example
6056 ** metadata associated with the pattern string.
6061 ** ^The sqlite3_get_auxdata(C,N) interface returns a pointer to the metadata
6064 ** function argument. ^If there is no metadata
6068 ** ^The sqlite3_set_auxdata(C,N,P,X) interface saves P as metadata for the N-th
6071 ** sqlite3_set_auxdata(C,N,P,X) call if the metadata is still valid or
6072 ** NULL if the metadata has been discarded.
6075 ** once, when the metadata is discarded.
6076 ** SQLite is free to discard the metadata at any time, including: <ul>
6092 ** ^(In practice, metadata is preserved between function calls for
7173 ** NULL, in which case the corresponding element of metadata is omitted.
9074 ** extra szExtra bytes on each page to store metadata about the underlying
18863 #define SF_HasTypeInfo 0x0000080 /* FROM subqueries have Table metadata */
40577 ** If dataOnly==0 then both the file itself and its metadata (file
246072 int metadata = sqlite3_column_int(statement, 0);
246075 sql = sqlite3_mprintf("PRAGMA %s.%s=%d;", dbName, metaName, metadata);