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.5
Author:
Robert Jan van der Waals

Constructor Summary
QueryWhat(DcObject dco, java.lang.String[] fields)
           
 
Method Summary
 java.util.Collection getColumns()
          Returns the list of column names
 java.lang.String getJoin()
           
 java.lang.String getTableName()
          Returns the database tablename
 java.lang.String getTableShortName()
          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(DcObject dco,
                 java.lang.String[] fields)
Method Detail

getColumns

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


getJoin

public java.lang.String getJoin()

getTableName

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


getTableShortName

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