org.castor.cpa.persistence.sql.query
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: 8994 $ $Date: 2011-08-02 01:40:59 +0200 (Di, 02 Aug 2011) $
- Author:
- Ahmad Hassan, Ralf Joachim
|
Constructor Summary |
Table(String name)
Construct a table with given name. |
|
Method Summary |
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 |
Table
public Table(String name)
- Construct a table with given name.
- Parameters:
name - Name of the table.
accept
public void accept(Visitor visitor)
- Accept method to handle incoming visitors.
- Parameters:
visitor - Visitor to be handled.
Copyright © 2012. All Rights Reserved.