net.sf.dc.db
Class QueryCondition

java.lang.Object
  extended bynet.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

Field Summary
 java.lang.String linkContion
           
 
Constructor Summary
QueryCondition(DCObject parent, boolean select)
          Creates a query condition
 
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
 

Field Detail

linkContion

public java.lang.String linkContion
Constructor Detail

QueryCondition

public QueryCondition(DCObject parent,
                      boolean select)
Creates a query condition

Parameters:
parent - parent data crow object
select - indicates whether this is a select query or not
Method Detail

getColumns

public java.lang.String[][] getColumns()
Returns the columns


getValues

public java.util.Vector getValues()
Returns the values