Interface DatabaseInternal

All Superinterfaces:
Database
All Known Implementing Classes:
DatabaseImpl

@InternalUseOnly public interface DatabaseInternal extends Database
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 Details

    • getUserContext

      io.deephaven.enterprise.auth.UserContext getUserContext()