|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object isql.builder.ComparisonBuilder
public class ComparisonBuilder
Constructor Summary | |
---|---|
ComparisonBuilder()
|
Method Summary | |
---|---|
static IComparison |
buildComparisonOperator(java.lang.String operator,
boolean negated)
Builds a class that contains the algorithm to handle a specific comparison operator (=, <>, <, >...) |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComparisonBuilder()
Method Detail |
---|
public static IComparison buildComparisonOperator(java.lang.String operator, boolean negated) throws ISQLException
operator
- the textual operator ("=", "<>" ...)
ISQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |