|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--rjw.dc.db.QueryCondition
This is the where part of the Query, it contains column names and theit values
Constructor Summary | |
QueryCondition(java.lang.String[] columns,
java.lang.Object[] values,
boolean select)
Creates a new Query conditions. |
Method Summary | |
java.util.Vector |
getColumns()
Returns the columns |
java.util.Vector |
getValues()
Returns the values |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QueryCondition(java.lang.String[] columns, java.lang.Object[] values, boolean select)
columns
- array of column namesvalues
- array of values corresponding with the columnsMethod Detail |
public java.util.Vector getColumns()
public java.util.Vector getValues()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |