Uses of Class
com.mckoi.database.AbstractInternalTableInfo2
-
Packages that use AbstractInternalTableInfo2 Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of AbstractInternalTableInfo2 in com.mckoi.database
Subclasses of AbstractInternalTableInfo2 in com.mckoi.database Modifier and Type Class Description private static class
ConnectionTriggerManager.TriggerInternalTableInfo
An object that models the list of triggers as table objects in a transaction.private static class
ProcedureManager.ProcedureInternalTableInfo
An object that models the list of procedures as table objects in a transaction.private static class
ViewManager.ViewInternalTableInfo
An object that models the list of views as table objects in a transaction.
-