Modifier and Type | Method and Description |
---|---|
static StatementType |
StatementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatementType[] |
StatementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StatementType |
StatementRawInfo.getStatementType() |
Constructor and Description |
---|
StatementRawInfo(int statementNumber,
String statementName,
Annotation[] annotations,
StatementType statementType,
ContextCompileTimeDescriptor optionalContextDescriptor,
String intoTableName,
Compilable compilable,
String moduleName) |
Modifier and Type | Method and Description |
---|---|
static StatementType |
StatementTypeUtil.getStatementType(StatementSpecRaw statementSpec) |
Modifier and Type | Method and Description |
---|---|
StatementType |
StatementInformationalsRuntime.getStatementType() |
Modifier and Type | Method and Description |
---|---|
void |
StatementInformationalsRuntime.setStatementType(StatementType statementType) |
Constructor and Description |
---|
StatementInformationalsCompileTime(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,
Map<StatementProperty,Object> properties,
boolean hasMatchRecognize,
boolean instrumented,
CodegenPackageScope packageScope,
String insertIntoLatchName,
boolean allowSubscriber) |
Modifier and Type | Method and Description |
---|---|
StatementType |
StatementContext.getStatementType() |
Modifier and Type | Method and Description |
---|---|
StatementAgentInstanceLock |
StatementAgentInstanceLockFactoryImpl.getStatementLock(String statementName,
Annotation[] annotations,
boolean stateless,
StatementType statementType) |
StatementAgentInstanceLock |
StatementAgentInstanceLockFactory.getStatementLock(String statementName,
Annotation[] annotations,
boolean stateless,
StatementType statementType)
Create lock for statement
|
Modifier and Type | Method and Description |
---|---|
StatementType |
ExprValidationContext.getStatementType() |
Copyright © 2005–2018. All rights reserved.