Class FAFQueryMethodIUDDeleteForge
java.lang.Object
com.espertech.esper.common.internal.epl.fafquery.querymethod.FAFQueryMethodIUDBaseForge
com.espertech.esper.common.internal.epl.fafquery.querymethod.FAFQueryMethodIUDDeleteForge
- All Implemented Interfaces:
FAFQueryMethodForge
Starts and provides the stop method for EPL statements.
-
Field Summary
Fields inherited from class com.espertech.esper.common.internal.epl.fafquery.querymethod.FAFQueryMethodIUDBaseForge
annotations, hasTableAccess, processor, queryGraph, tableAccessForges, whereClause
-
Constructor Summary
ConstructorDescriptionFAFQueryMethodIUDDeleteForge
(StatementSpecCompiled spec, Compilable compilable, StatementRawInfo statementRawInfo, StatementCompileTimeServices services) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
initExec
(String aliasName, StatementSpecCompiled spec, StatementRawInfo statementRawInfo, StatementCompileTimeServices services) protected void
makeInlineSpecificSetter
(CodegenExpressionRef queryMethod, CodegenMethod method, SAIFFInitializeSymbol symbols, CodegenClassScope classScope) protected EPTypeClass
Methods inherited from class com.espertech.esper.common.internal.epl.fafquery.querymethod.FAFQueryMethodIUDBaseForge
makeForgeables, makeMethod
-
Constructor Details
-
FAFQueryMethodIUDDeleteForge
public FAFQueryMethodIUDDeleteForge(StatementSpecCompiled spec, Compilable compilable, StatementRawInfo statementRawInfo, StatementCompileTimeServices services) throws ExprValidationException - Throws:
ExprValidationException
-
-
Method Details
-
initExec
protected void initExec(String aliasName, StatementSpecCompiled spec, StatementRawInfo statementRawInfo, StatementCompileTimeServices services) throws ExprValidationException - Specified by:
initExec
in classFAFQueryMethodIUDBaseForge
- Throws:
ExprValidationException
-
typeOfMethod
- Specified by:
typeOfMethod
in classFAFQueryMethodIUDBaseForge
-
makeInlineSpecificSetter
protected void makeInlineSpecificSetter(CodegenExpressionRef queryMethod, CodegenMethod method, SAIFFInitializeSymbol symbols, CodegenClassScope classScope) - Specified by:
makeInlineSpecificSetter
in classFAFQueryMethodIUDBaseForge
-