Package org.pgcodekeeper.core.callable
Class StatementCallable<T>
java.lang.Object
org.pgcodekeeper.core.callable.StatementCallable<T>
- Type Parameters:
T- the return type of the callable execution
- All Implemented Interfaces:
Callable<T>
- Direct Known Subclasses:
QueriesBatchCallable,QueryCallable,ResultSetCallable
Abstract base class for all statement-based callable implementations.
Provides common functionality for managing SQL statements and scripts in concurrent execution.
-
Method Details
-
cancel
Cancels the SQL statement execution.- Throws:
SQLException- if a database access error occurs
-