Interface DatabaseInternal
- All Superinterfaces:
Database
- All Known Implementing Classes:
DatabaseImpl
,WritableReplayDatabase
This partial interface defines methods that we need to include in
Database
for various reasons, but are not intended for use by client code. Assume the the methods defined here are always for
internal use only and subject to change without notification.-
Field Summary
Fields inherited from interface io.deephaven.enterprise.database.Database
PARTITIONED_TABLE_INTERNAL_PARTITION_COLUMN
-
Method Summary
Methods inherited from interface io.deephaven.enterprise.database.Database
clearLocationCache, clearLocationCache, getCatalogTable, getNamespaces, getTableDefinition, getTableDefinitionTable, getTableNames, historicalPartitionedTable, historicalPartitionedTable, historicalTable, historicalTable, livePartitionedTable, livePartitionedTable, liveTable, liveTable, useLocationCaches
-
Method Details
-
getUserContext
UserContext getUserContext()
-