RefreshSchema
- Last Updated: May 18, 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 the driver automatically refreshes the remote object mapping and other information contained in a remote schema the first time a user connects to the specified embedded database.
Valid Values
true | false
Behavior
If set to true, the driver automatically refreshes the schema the first
time a user connects to the specified database. This means that the driver rebuilds the
database map. Any schema objects that have changed since the last time the database map was
rebuilt will be reflected in the metadata. See Database Configuration File for information about embedded databases and map files.
If set to false, the driver does not refresh the schema automatically the
first time a user connects to the specified database.
Notes
- This connection property is equivalent to executing the Refresh Schema statement (see Refresh Schema (EXT)). You can refresh a schema manually at any time by using the Refresh Schema statement.
Default
false