Lines Matching full:metadata
2653 ** [sqlite3_column_database_name | column metadata interfaces]
3284 ** associate metadata with argument values. If the same value is passed to
3286 ** some circumstances the associated metadata may be preserved. This may
3289 ** metadata associated with the SQL value passed as the regular expression
3294 ** The sqlite3_get_auxdata() interface returns a pointer to the metadata
3296 ** value to the application-defined function. If no metadata has been ever
3301 ** The sqlite3_set_auxdata() interface saves the metadata
3302 ** pointed to by its 3rd parameter as the metadata for the N-th
3308 ** the metadata when the corresponding function parameter changes
3311 ** SQLite is free to call the destructor and drop metadata on any
3313 ** the destructor will be called before the metadata is dropped.
3315 ** In practice, metadata is preserved between function calls for
3868 ** CAPI3REF: Extract Metadata About A Column Of A Table {H12850} <S60300>
3870 ** This routine returns metadata about a specific column of a specific
3885 ** Metadata is returned by writing to the memory locations passed as the 5th
3887 ** NULL, in which case the corresponding element of metadata is omitted.