Uses of Class
org.castor.cpa.persistence.sql.query.Qualifier

Packages that use Qualifier
org.castor.cpa.persistence.sql.query   
org.castor.cpa.persistence.sql.query.expression   
 

Uses of Qualifier in org.castor.cpa.persistence.sql.query
 

Subclasses of Qualifier in org.castor.cpa.persistence.sql.query
 class Table
          Class representing a table of the database.
 

Constructors in org.castor.cpa.persistence.sql.query with parameters of type Qualifier
Select(Qualifier qualifier)
          Construct a SQL select statement that selects records of the table provided.
 

Uses of Qualifier in org.castor.cpa.persistence.sql.query.expression
 

Methods in org.castor.cpa.persistence.sql.query.expression that return Qualifier
 Qualifier Column.qualifier()
          Returns qualifier the column belongs to.
 

Constructors in org.castor.cpa.persistence.sql.query.expression with parameters of type Qualifier
Column(Qualifier qualifier, String name)
          Construct a column with given qualifier and name.
 



Copyright © 2010. All Rights Reserved.