WhereStatement Class

Used to represent an individual where condition found in the "WHERE" clause. Note that this class is also used to parse join logic found in the "FROM" clause.

Constructors

WhereStatement( String statement )
WhereStatement( String statement, String[] sqlOperators )

Public Methods

getLeftOperand( ) returns String
getRightOperand( ) returns String
getOperator( ) returns String
toString( ) returns String