Class FAFQueryMethodIUDUpdateForge
java.lang.Object
com.espertech.esper.common.internal.epl.fafquery.querymethod.FAFQueryMethodIUDBaseForge
com.espertech.esper.common.internal.epl.fafquery.querymethod.FAFQueryMethodIUDUpdateForge
- 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
ConstructorDescriptionFAFQueryMethodIUDUpdateForge
(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
-
Field Details
-
INITIAL_VALUE_STREAM_NAME
- See Also:
-
-
Constructor Details
-
FAFQueryMethodIUDUpdateForge
public FAFQueryMethodIUDUpdateForge(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
-