public class MonetDbStatementCancler extends StatementCancellationHookAdapter
| Constructor and Description |
|---|
MonetDbStatementCancler(DbPoolService poolService) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancelStatement(java.sql.Statement statement,
java.sql.Connection connection,
java.lang.String statementId) |
boolean |
consumes(java.sql.Statement statement,
java.sql.Connection connection) |
cancelStatement, overridesDefaultMechanismpublic MonetDbStatementCancler(DbPoolService poolService)
public boolean consumes(java.sql.Statement statement,
java.sql.Connection connection)
consumes in interface StatementCancellationHookconsumes in class StatementCancellationHookAdapterpublic boolean cancelStatement(java.sql.Statement statement,
java.sql.Connection connection,
java.lang.String statementId)
cancelStatement in interface StatementCancellationHookcancelStatement in class StatementCancellationHookAdapter