org.apache.turbine.util.db
Class TableColumn

java.lang.Object
  extended byorg.apache.turbine.util.db.TableColumn

Deprecated. Use Torque.

public class TableColumn
extends java.lang.Object

Models a specific column in a specific table.

Version:
$Id: TableColumn.java 264148 2005-08-29 14:21:04Z henning $
Author:
Daniel Rall, John McNally

Field Summary
protected  java.lang.String columnName
          Deprecated. The name of the database column.
protected  java.lang.String tableName
          Deprecated. The name of the database table.
 
Constructor Summary
TableColumn(java.lang.String tableName, java.lang.String columnName)
          Deprecated.  
 
Method Summary
 boolean equals(java.lang.Object obj)
          Deprecated. Compares this object with another TableColumn.
 java.lang.String toString()
          Deprecated. The concatenation of the table name and column name separated with a dot.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tableName

protected java.lang.String tableName
Deprecated. 
The name of the database table.


columnName

protected java.lang.String columnName
Deprecated. 
The name of the database column.

Constructor Detail

TableColumn

public TableColumn(java.lang.String tableName,
                   java.lang.String columnName)
Deprecated. 
Method Detail

equals

public boolean equals(java.lang.Object obj)
Deprecated. 
Compares this object with another TableColumn.

Parameters:
obj - The object to compare to.

toString

public java.lang.String toString()
Deprecated. 
The concatenation of the table name and column name separated with a dot.

Returns:
This object's string representation.


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.