public interface StatementContextFactory
Modifier and Type | Method and Description |
---|---|
StatementContext |
makeContext(int statementId,
String statementName,
String expression,
StatementType statementType,
EPServicesContext engineServices,
Map<String,Object> optAdditionalContext,
boolean isFireAndForget,
Annotation[] annotations,
EPIsolationUnitServices isolationUnitServices,
boolean stateless,
StatementSpecRaw statementSpecRaw,
List<ExprSubselectNode> subselectNodes,
boolean writesToTables,
Object statementUserObject) |
void |
setStmtEngineServices(EPServicesContext services) |
void setStmtEngineServices(EPServicesContext services)
StatementContext makeContext(int statementId, String statementName, String expression, StatementType statementType, EPServicesContext engineServices, Map<String,Object> optAdditionalContext, boolean isFireAndForget, Annotation[] annotations, EPIsolationUnitServices isolationUnitServices, boolean stateless, StatementSpecRaw statementSpecRaw, List<ExprSubselectNode> subselectNodes, boolean writesToTables, Object statementUserObject)