Uses of Enum Class
com.espertech.esper.common.client.util.StatementProperty
Package
Description
Client utility classes.
-
Uses of StatementProperty in com.espertech.esper.common.client.util
Modifier and TypeMethodDescriptionstatic StatementProperty
Returns the enum constant of this class with the specified name.static StatementProperty[]
StatementProperty.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StatementProperty in com.espertech.esper.common.internal.context.module
Modifier and TypeMethodDescriptionStatementInformationalsCompileTime.getProperties()
StatementInformationalsRuntime.getProperties()
EPStatementInitServices.getStatementProperties()
Modifier and TypeMethodDescriptionvoid
StatementInformationalsRuntime.setProperties
(Map<StatementProperty, Object> properties) ModifierConstructorDescriptionStatementInformationalsCompileTime
(String statementNameCompileTime, boolean alwaysSynthesizeOutputEvents, String optionalContextName, String optionalContextModuleName, NameAccessModifier optionalContextVisibility, boolean canSelfJoin, boolean hasSubquery, boolean needDedup, Annotation[] annotations, boolean stateless, Serializable userObjectCompileTime, int numFilterCallbacks, int numScheduleCallbacks, int numNamedWindowCallbacks, StatementType statementType, int priority, boolean preemptive, boolean hasVariables, boolean writesToTables, boolean hasTableAccess, Class[] selectClauseTypes, String[] selectClauseColumnNames, boolean forClauseDelivery, ExprNode[] groupDelivery, MultiKeyClassRef groupDeliveryMultiKey, Map<StatementProperty, Object> properties, boolean hasMatchRecognize, boolean instrumented, CodegenPackageScope packageScope, String insertIntoLatchName, boolean allowSubscriber, ExpressionScriptProvided[] onScripts)