Interface | Description |
---|---|
AndFilter |
A filter that represents a logical "and" condition.
|
BaseRelationalFilter |
A base filter for relational operations like equals, less than, greater than, etc
|
EqFilter |
A filter that represents an "equal to" condition.
|
Filter |
A generic filter representation.
|
GEFilter |
A filter that represents a "greater than or equal to" condition.
|
GtFilter |
A filter that represents a "greater than" condition.
|
InFilter |
A filter that represents an "in" condition.
|
LEFilter |
A filter that represents a "lesser than or equal to" condition.
|
LikeFilter |
A filter that represents an "like" condition.
|
LogicalFilter |
A base filter for logical operations AND and OR.
|
LtFilter |
A filter that represents a "lesser than" condition.
|
NotFilter |
A filter that represents a "not" condition
|
OrFilter |
A filter that represents a logical "or" condition.
|
RelationalFilter |
A base filter for relational operations like equals, less than, greater than, etc
|
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.