Package ortus.boxlang.runtime.context
Interface IJDBCCapableContext
- All Known Implementing Classes:
JSRScriptingRequestBoxContext,RequestBoxContext,ScriptingRequestBoxContext,ThreadBoxContext
public interface IJDBCCapableContext
This interface is used mostly on the RequestBoxContext and ThreadBoxContext classes to provide access to the ConnectionManager
and other JDBC-related functionality.
-
Method Summary
Modifier and TypeMethodDescriptionGet the ConnectionManager (connection and transaction tracker) for this context.voidShutdown the ConnectionManager and release any resources.
-
Method Details
-
getConnectionManager
ConnectionManager getConnectionManager()Get the ConnectionManager (connection and transaction tracker) for this context. -
shutdownConnections
void shutdownConnections()Shutdown the ConnectionManager and release any resources.
-