SubtractTables
- Last Updated: July 2, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
Purpose
Specifies a comma-separated list of tables that you do not want to expose in the relational view of your data.
Valid Values
String
where:
String
is a comma-separated list of table names.
Notes
SubtractTables can be used when you want to define your own tables instead of using the predefined tables. For example, SubtractTables=adSense,adWords.
Data Source Methods
public String getSubtractTables()
public void setSubtractTables(String)
Default Value
No default value
Data Type
String