ShowInternalTables
- Last Updated: July 2, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
Purpose
Determines whether the driver exposes the Google Analytics
Data table. The Data table is an internal Google Analytics table that contains all the analytics data the has been
collected for a website.
Valid Values
true | false
Behavior
If set to true, the driver exposes the Data table.
If set to false, the driver does not expose the Data table.
Data Source Methods
public Boolean getShowInternalTables()
public void setShowInternalTables(Boolean)
Default Value
false
Data Type
Boolean