Name | Description | |
---|---|---|
SQLiteMetaDataCollectionNames Constructor | Creates a SQLiteMetaDataCollectionNames instance. |
The following tables list the members exposed by SQLiteMetaDataCollectionNames.
Name | Description | |
---|---|---|
SQLiteMetaDataCollectionNames Constructor | Creates a SQLiteMetaDataCollectionNames instance. |
Name | Description | |
---|---|---|
Catalogs | The name of the metadata collection for known catalogs with SQLite database files. | |
Columns | The name of the metadata collection for table columns. | |
DataSourceInformation | The name of the metadata collection for the data source. | |
DataTypes | The name of the metadata collection for SQLite data types. | |
ForeignKeyColumns | The name of the metadata collection for columns used in foreign keys. | |
ForeignKeys | The name of the metadata collection for foreign keys. | |
IndexColumns | The name of the metadata collection for columns used in indexes. | |
Indexes | The name of the metadata collection for table indexes. | |
MetadataCollections | The name of the metadata collection for metadata collection definitions. | |
PrimaryKeys | The name of the metadata collection for primary keys. | |
ReservedWords | The name of metadata collection for the reserved words. | |
Restrictions | The name of the metadata collection for metadata restrictions. | |
SSISColumns | The name of the metadata collection for SSIS tables. | |
Tables | The name of the metadata collection for SQLite tables. | |
Triggers | The name of the metadata collection for triggers. | |
UniqueKeys | The name of the metadata collection for unique keys. | |
UserDefinedFunctions | The name of the metadata collection for user-defined functions. | |
ViewColumns | The name of the metadata collection for columns available in database views. | |
Views | The name of the metadata collection for database views. |