|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.cyclops.dbdigger.sql.Condition
com.cyclops.dbdigger.sql.Comparison
Add description HERE!
| Field Summary | |
static Comparison[] |
EMPTY_ARRAY
Empty comparison array |
| Constructor Summary | |
Comparison(Column acolumn,
Object avalue,
String acomparator)
Constructor of class Comparison |
|
| Method Summary | |
Column |
getColumn()
Get database column |
String |
getComparator()
Method getComparator() in class Comparison |
Object |
getValue()
Get value object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final Comparison[] EMPTY_ARRAY
| Constructor Detail |
public Comparison(Column acolumn,
Object avalue,
String acomparator)
acolumn - Database columnavalue - Comparason target valueacomparator - Comparator keyword| Method Detail |
public Column getColumn()
public Object getValue()
public String getComparator()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||