net.sf.dc.db
Class QueryWhat

java.lang.Object
  extended bynet.sf.dc.db.QueryWhat

public class QueryWhat
extends java.lang.Object

Specifies on which table, with which fields, the query is run

Since:
1.3
Version:
0.50
Author:
Robert-Jan van der Waals

Constructor Summary
QueryWhat(java.lang.String[] columns, java.lang.String sTableName, java.lang.String sSelectTableDef)
          Initializes the query what
 
Method Summary
 java.util.Vector getColumns()
          Returns the list of column names
 java.lang.String getSelectTableDef()
           
 java.lang.String getTableName()
          Returns the database tablename
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryWhat

public QueryWhat(java.lang.String[] columns,
                 java.lang.String sTableName,
                 java.lang.String sSelectTableDef)
Initializes the query what

Parameters:
columns - the column names of the database
sTableName - database name
sSelectTableDef - join definition for parent <> child
Method Detail

getColumns

public java.util.Vector getColumns()
Returns the list of column names


getSelectTableDef

public java.lang.String getSelectTableDef()

getTableName

public java.lang.String getTableName()
Returns the database tablename