Package | Description |
---|---|
com.tibco.rta.query.filter |
Various filters for query.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EqFilter
A filter that represents an "equal to" condition.
|
interface |
GEFilter
A filter that represents a "greater than or equal to" condition.
|
interface |
GtFilter
A filter that represents a "greater than" condition.
|
interface |
InFilter
A filter that represents an "in" condition.
|
interface |
LEFilter
A filter that represents a "lesser than or equal to" condition.
|
interface |
LikeFilter
A filter that represents an "like" condition.
|
interface |
LtFilter
A filter that represents a "lesser than" condition.
|
interface |
RelationalFilter
A base filter for relational operations like equals, less than, greater than, etc
|
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.