Ableverse™
TOB 6.0

av.tob.rdb
Class QueryField

java.lang.Object
  extended by av.tob.rdb.QueryField

public class QueryField
extends Object

This class is used to define constants to construct SQL WHERE clauses, each reference a single database table column.

Author:
Compl

Field Summary
 String COLUMN_REF
          The column reference name.
 
Constructor Summary
QueryField(String dbColRef)
          Construct a constant.
 
Method Summary
 String toString()
          This ensure it can be properly used in java string concatenations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COLUMN_REF

public final String COLUMN_REF
The column reference name.

Constructor Detail

QueryField

public QueryField(String dbColRef)
Construct a constant.

Parameters:
dbColRef - the column reference name
Method Detail

toString

public String toString()
This ensure it can be properly used in java string concatenations.

Overrides:
toString in class Object
Returns:
the column reference name

Ableverse™
TOB 6.0

Copyright© 2006 Ableverse Platform. All rights reserved.