|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PatternOrExpr | |
---|---|
com.espertech.esper.client.soda | This package defines the Esper statement object model. |
Uses of PatternOrExpr in com.espertech.esper.client.soda |
---|
Methods in com.espertech.esper.client.soda that return PatternOrExpr | |
---|---|
PatternOrExpr |
PatternOrExpr.add(PatternExpr expr)
Adds a pattern expression to the OR relationship between patterns. |
static PatternOrExpr |
Patterns.or()
Pattern-OR expression, allows adding sub-expressions that are connected by a logical OR. |
static PatternOrExpr |
Patterns.or(PatternExpr first,
PatternExpr second,
PatternExpr... more)
Pattern-OR expression, allows adding sub-expressions that are connected by a logical OR. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |