CurrentFunctionPath
- Last Updated: May 30, 2024
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
Purpose
Specifies a list of Db2 schema names that are used to resolve unqualified function names and data type references in dynamically prepared SQL statements. It also is used to resolve unqualified stored procedure names that are specified in CALL statements. This property sets the CURRENT PATH register in the database.
Valid Values
schema_name[[,schema_name]...]
where:
- schema_name
- Is a valid Db2 schema name.
Data Source Methods
public String getCurrentFunctionPath()
public void
setCurrentFunctionPath(String)
Default
null
Data Type
String