ShowDeprecatedObjects
- Last Updated: July 2, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
Purpose
Defines whether the driver exposes objects that Google Analytics has marked as deprecated. By default, the driver does not expose deprecated objects.
Valid Values
true | false
Behavior
If set to true, the driver includes deprecated objects in the relational model.
If set to false, the driver does not include deprecated objects in the relational model.
Example
If your application uses deprecated objects, set ShowDeprecatedObjects to true while you work on rewriting your queries and table definitions.
Once the queries and table definitions are updated, change the setting back to false.
Data Source Methods
public Boolean getShowDeprecatedObjects()
public void setShowDeprecatedObjects(Boolean)
Default Value
false
Data Type
Boolean