AlternateID
- Last Updated: May 30, 2024
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
Purpose
Specifies the name of the schema to be used to qualify unqualified database
objects in dynamically prepared SQL statements. This property sets the name of the schema in
the DB2 CURRENT SCHEMA special register. If the attempt to change the schema fails, the
connection fails and you receive the message Invalid value for
AlternateID. Refer to your Db2 documentation for permission requirements imposed
by the database.
Valid Values
string
where:
- string
- is a valid Db2 schema name.
Data Source Methods
public String getAlternateID()
public void setAlternateID(String)
Default
No default value
Data type
String