DefaultQueryOptions
- Last Updated: May 13, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- GitHub 6.0
- Documentation
Purpose
Specifies a semicolon separated list of parameters that are used as default filter values (WHERE clauses) for SQL queries. This option is not mandatory. Also, you can specify any combination of these name-value pairs for these filters. The driver uses the defined filters (WHERE clauses) for SQL queries when needed. If a required condition is not present, the driver reports an error as No URI could satisfy the request on the table schema_name.table_name. Supply one of the following sets of criteria filter_name/*.
Valid Values
string
where:
string
DefaultQueryOptions=(orgName=org_name;userName=user_name;repoName=repo_name;
projectId=project_Id;columnId=column_Id;)Data Source Methods
public String getDefaultQueryOptions()
public void setDefaultQueryOptions(String)
Default Value
No default value
Data Type
String