net.sf.dc.db
Class QueryCondition
java.lang.Object
net.sf.dc.db.QueryCondition
- public class QueryCondition
- extends java.lang.Object
This is the where part of the Query, it contains column names and their
values
- Since:
- 1.3
- Version:
- 0.50
- Author:
- Robert-Jan van der Waals
Method Summary |
java.lang.String[][] |
getColumns()
Returns the columns |
java.util.Vector |
getValues()
Returns the values |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
linkContion
public java.lang.String linkContion
QueryCondition
public QueryCondition(DCObject parent,
boolean select)
- Creates a query condition
- Parameters:
parent
- parent data crow objectselect
- indicates whether this is a select query or not
getColumns
public java.lang.String[][] getColumns()
- Returns the columns
getValues
public java.util.Vector getValues()
- Returns the values