public class EPPreparedExecuteMethodQuery extends Object implements EPPreparedExecuteMethod
Constructor and Description |
---|
EPPreparedExecuteMethodQuery(StatementSpecCompiled statementSpec,
EPServicesContext services,
StatementContext statementContext)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EPPreparedQueryResult |
execute(ContextPartitionSelector[] contextPartitionSelectors)
Executes the prepared query.
|
AgentInstanceContext |
getAgentInstanceContext() |
EventType |
getEventType()
Returns the event type of the prepared statement.
|
EPServicesContext |
getServices() |
ExprTableAccessNode[] |
getTableNodes() |
public EPPreparedExecuteMethodQuery(StatementSpecCompiled statementSpec, EPServicesContext services, StatementContext statementContext) throws ExprValidationException
statementSpec
- is a container for the definition of all statement constructs that
may have been used in the statement, i.e. if defines the select clauses, insert into, outer joins etc.services
- is the service instances for dependency injectionstatementContext
- is statement-level information and statement servicesExprValidationException
- if the preparation failedpublic EventType getEventType()
getEventType
in interface EPPreparedExecuteMethod
public EPPreparedQueryResult execute(ContextPartitionSelector[] contextPartitionSelectors)
execute
in interface EPPreparedExecuteMethod
public EPServicesContext getServices()
public ExprTableAccessNode[] getTableNodes()
public AgentInstanceContext getAgentInstanceContext()