Uses of Class
com.mckoi.database.ViewManager
-
Packages that use ViewManager Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of ViewManager in com.mckoi.database
Fields in com.mckoi.database declared as ViewManager Modifier and Type Field Description private ViewManager
DatabaseConnection. view_manager
The connection view manager that handles view information through this connection.(package private) ViewManager
ViewManager.ViewInternalTableInfo. view_manager
Methods in com.mckoi.database with parameters of type ViewManager Modifier and Type Method Description (package private) static InternalTableInfo
ViewManager. createInternalTableInfo(ViewManager manager, Transaction transaction)
Returns an InternalTableInfo object used to model the list of views that are accessible within the given Transaction object.Constructors in com.mckoi.database with parameters of type ViewManager Constructor Description ViewInternalTableInfo(ViewManager manager, Transaction transaction)
-