Values
|
EMPTY
|
- Description
- selects empty entries.
|
NOT_EMPTY
|
- Description
- selects non-empty entries.
|
EQUAL
|
- Description
- value has to be equal to the specified value.
|
NOT_EQUAL
|
- Description
- value must not be equal to the specified value.
|
GREATER
|
- Description
- value has to be greater than the specified value.
|
GREATER_EQUAL
|
- Description
- value has to be greater than or equal to the specified value.
|
LESS
|
- Description
- value has to be less than the specified value.
|
LESS_EQUAL
|
- Description
- value has to be less than or equal to the specified value.
|
TOP_VALUES
|
- Description
- selects a specified number of entries with the greatest values.
|
TOP_PERCENT
|
- Description
- selects a specified percentage of entries with the greatest values.
|
BOTTOM_VALUES
|
- Description
- selects a specified number of entries with the lowest values.
|
BOTTOM_PERCENT
|
- Description
- selects a specified percentage of entries with the lowest values.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.