Package | Description |
---|---|
com.espertech.esper.common.internal.compile.stage1.spec |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
com.espertech.esper.common.internal.epl.lookupplansubord |
Modifier and Type | Class and Description |
---|---|
class |
OnTriggerMergeDesc
Specification for the merge statement.
|
class |
OnTriggerSetDesc
Specification for the on-set statement.
|
class |
OnTriggerSplitStreamDesc
Specification for the on-select splitstream statement.
|
class |
OnTriggerWindowDesc
Specification for the on-select and on-delete and on-update (via subclass) (no split-stream) statement.
|
class |
OnTriggerWindowUpdateDesc
Specification for the on-select and on-delete (no split-stream) statement.
|
Modifier and Type | Method and Description |
---|---|
OnTriggerDesc |
StatementSpecRaw.getOnTriggerDesc()
Returns the on-delete statement specification.
|
Modifier and Type | Method and Description |
---|---|
void |
StatementSpecRaw.setOnTriggerDesc(OnTriggerDesc onTriggerDesc)
Sets the on-delete statement specification.
|
Modifier and Type | Method and Description |
---|---|
static IndexHintPair |
IndexHintPair.getIndexHintPair(OnTriggerDesc onTriggerDesc,
String streamZeroAsName,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Copyright © 2005–2022. All rights reserved.