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

public abstract class StatementCallable<T> extends Object implements Callable<T>
Abstract base class for all statement-based callable implementations. Provides common functionality for managing SQL statements and scripts in concurrent execution.
  • Method Details

    • cancel

      public void cancel() throws SQLException
      Cancels the SQL statement execution.
      Throws:
      SQLException - if a database access error occurs