Package | Description |
---|---|
com.caucho.jms.connection | |
com.caucho.jms.selector |
Modifier and Type | Field and Description |
---|---|
protected Selector |
MessageConsumerImpl._selector |
Modifier and Type | Method and Description |
---|---|
Selector |
MessageConsumerImpl.getSelector()
Returns the parsed selector.
|
Modifier and Type | Class and Description |
---|---|
class |
BetweenSelector
The base selector.
|
class |
BooleanBinarySelector
The base selector.
|
class |
BooleanLiteralSelector
The base selector.
|
class |
IdentifierSelector
The selector to grab a property.
|
class |
InSelector
The base selector.
|
class |
LikeSelector
The like selector.
|
class |
LiteralSelector
The base selector.
|
class |
NumericBinarySelector
The base selector.
|
class |
OrSelector
The base selector.
|
class |
SpecialIdentifierSelector
The selector to grab a property.
|
class |
UnarySelector
The base selector.
|
Modifier and Type | Method and Description |
---|---|
Selector |
SelectorParser.parse(java.lang.String query) |