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 ViewManagerDatabaseConnection. view_managerThe connection view manager that handles view information through this connection.(package private) ViewManagerViewManager.ViewInternalTableInfo. view_managerMethods in com.mckoi.database with parameters of type ViewManager Modifier and Type Method Description (package private) static InternalTableInfoViewManager. 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)
-