CatalogOptions
- Last Updated: May 22, 2018
- 1 minute read
- DataDirect Connectors
- JDBC
- IBM Db2 5.1
- MySQL 5.1
- Progress OpenEdge 5.1
- SAP Sybase 5.1
- Documentation
Purpose
Determines which type of metadata information is included in result sets when an application calls DatabaseMetaData methods.
Valid Values
0 | 2
Behavior
If set to 0, result sets do not contain
synonyms.
If set to 2, result sets contain synonyms
that are returned from the following DatabaseMetaData methods: getFunctions(),
getTables().
Default
0
Data Type
int