Class StatementCancellationHookAdapter
java.lang.Object
net.datenwerke.rs.base.service.datasources.statementmanager.hooks.adapter.StatementCancellationHookAdapter
- All Implemented Interfaces:
Hook,StatementCancellationHook
- Direct Known Subclasses:
MonetDbStatementCancler
@GeneratedType("net.datenwerke.hookservices.HookAdapterProcessor")
public class StatementCancellationHookAdapter
extends Object
implements StatementCancellationHook
This file was automatically created by DtoAnnotationProcessor, version 0.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancancelStatement(Statement statement) Deprecated.booleancancelStatement(Statement statement, Connection connection, String statementId) booleanconsumes(Statement statement, Connection connection) booleanoverridesDefaultMechanism(Statement statement, Connection connection)
-
Constructor Details
-
StatementCancellationHookAdapter
public StatementCancellationHookAdapter()
-
-
Method Details
-
cancelStatement
- Specified by:
cancelStatementin interfaceStatementCancellationHook
-
cancelStatement
Deprecated. -
consumes
- Specified by:
consumesin interfaceStatementCancellationHook
-
overridesDefaultMechanism
- Specified by:
overridesDefaultMechanismin interfaceStatementCancellationHook
-