Interface DatabaseInternal
- All Superinterfaces:
Database
- All Known Implementing Classes:
DatabaseImpl
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.-
Method Summary
Methods inherited from interface io.deephaven.enterprise.database.Database
getCatalogTable, getNamespaces, getTableDefinition, getTableDefinitionTable, getTableNames, historicalPartitionedTable, historicalTable, livePartitionedTable, livePartitionedTable, liveTable, liveTable
-
Method Details
-
getUserContext
io.deephaven.enterprise.auth.UserContext getUserContext()
-