Class Table
- java.lang.Object
-
- org.castor.cpa.persistence.sql.query.Qualifier
-
- org.castor.cpa.persistence.sql.query.Table
-
- All Implemented Interfaces:
QueryObject
public final class Table extends Qualifier
Class representing a table of the database.- Version:
- $Revision$ $Date: 2006-04-25 15:08:23 -0600 (Tue, 25 Apr 2006) $
- Author:
- Ahmad Hassan, Ralf Joachim
-
-
Constructor Summary
Constructors Constructor Description Table(java.lang.String name)
Construct a table with given name.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(Visitor visitor)
Accept method to handle incoming visitors.-
Methods inherited from class org.castor.cpa.persistence.sql.query.Qualifier
addFullJoin, addFullJoin, addInnerJoin, addInnerJoin, addJoin, addLeftJoin, addLeftJoin, addRightJoin, addRightJoin, column, getJoins, hasJoin, name, toString
-
-
-
-
Method Detail
-
accept
public void accept(Visitor visitor)
Accept method to handle incoming visitors.- Parameters:
visitor
- Visitor to be handled.
-
-