***  This class is subject to change.  ***

com.sas.iquery.metadata.expr
Class ComparisonOperator

com.sas.iquery.metadata.expr.ComparisonOperator
All Implemented Interfaces:
com.sas.util.LocalizableToStringInterface

public class ComparisonOperator

Models the different types of common comparison operators that are used by relational and multi-dimensional databases. These operators are typically used within conditional expressions for filtering data within a query.


Field Summary
static ComparisonOperator COMPARE_EQ
          The "equals" comparison operator.
static ComparisonOperator COMPARE_GE
          The "greater than or equals" comparison operator.
static ComparisonOperator COMPARE_GT
          The "greater than" comparison operator.
static ComparisonOperator COMPARE_LE
          The "less than or equals" comparison operator.
static ComparisonOperator COMPARE_LT
          The "less than" comparison operator.
static ComparisonOperator COMPARE_NEQ
          The "not equals" comparison operator.
 

Field Detail

***  This field is subject to change.  ***

COMPARE_LT

public static final ComparisonOperator COMPARE_LT
The "less than" comparison operator.


***  This field is subject to change.  ***

COMPARE_LE

public static final ComparisonOperator COMPARE_LE
The "less than or equals" comparison operator.


***  This field is subject to change.  ***

COMPARE_GT

public static final ComparisonOperator COMPARE_GT
The "greater than" comparison operator.


***  This field is subject to change.  ***

COMPARE_GE

public static final ComparisonOperator COMPARE_GE
The "greater than or equals" comparison operator.


***  This field is subject to change.  ***

COMPARE_EQ

public static final ComparisonOperator COMPARE_EQ
The "equals" comparison operator.


***  This field is subject to change.  ***

COMPARE_NEQ

public static final ComparisonOperator COMPARE_NEQ
The "not equals" comparison operator.


***  This class is subject to change.  ***




Copyright © 2009 SAS Institute Inc. All Rights Reserved.