Uses of Class
com.mckoi.database.ProcedureManager
-
Packages that use ProcedureManager Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of ProcedureManager in com.mckoi.database
Methods in com.mckoi.database that return ProcedureManager Modifier and Type Method Description ProcedureManager
DatabaseConnection. getProcedureManager()
Returns the ProcedureManager object that manages database functions and procedures in the database for this connection/user.
-