Data Source Toolkit Guide > Adapter Introspection Properties
 
Adapter Introspection Properties
To guide the TDV introspection process, set the following BOOLEAN properties to match the structure of your custom data source.
Property
Description
introspect.relational.ignore_catalogs
Ignores catalogs even if the metadata supports them.
introspect.relational.include_catalog
Supports catalogs
introspect.relational.include_procedure
Supports procedures
introspect.relational.include_schema
Supports schemas
introspect.relational.include_table
Supports tables
introspect.relational.include_table.foreign_keys
Supports foreign keys in tables
introspect.relational.include_table.foreign_keys.exported
Supports exported foreign keys in tables
introspect.relational.include_table.foreign_keys.imported
Supports imported foreign keys in tables
introspect.relational.include_table.indexes
Supports indexes in tables
introspect.relational.include_table.primary_keys
Supports primary keys in tables
introspect.relational.use_catalogs_for_schemas
Tables and procedures are directly under catalogs