UseCurrentSchema
- Last Updated: May 15, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- IBM Db2 5.1
- MySQL 5.1
- Progress OpenEdge 5.1
- SAP Sybase 5.1
- Documentation
Purpose
Specifies whether results are restricted to the tables and views in the current schema if a call is made without specifying a schema or if the schema is specified as the wildcard character %. Restricting results to the tables and views in the current schema improves performance of calls that do not specify a schema.
Valid Values
true | false
Behavior
If
set to true, the results that are returned from
getTables() and getColumns() methods are restricted to the tables
and views in the current schema.
If set to false,
the results that are returned from getTables() and getColumns()
methods are not restricted.
Default
false
Data Type
Boolean