Uses of Class
org.castor.cpa.persistence.sql.query.expression.Column

Packages that use Column
org.castor.cpa.persistence.sql.query   
org.castor.cpa.persistence.sql.query.visitor   
 

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

Methods in org.castor.cpa.persistence.sql.query that return Column
 Column Qualifier.column(String name)
          Builder method to create a column with given name belonging to this qualifier.
 Column Assignment.leftExpression()
          Returns left operand of the assignment.
 

Methods in org.castor.cpa.persistence.sql.query with parameters of type Column
 void Update.addAssignment(Column column, Expression value)
          Appends an assignment of the given value to the given column.
 void Insert.addAssignment(Column column, Expression value)
          Appends an assignment of the given value to the given column.
 void Select.addSelect(Column name)
          Appends the provided field to the list of fields to be fetched from table.
 void Visitor.visit(Column column)
          Visit method to handle Column elements.
 

Constructors in org.castor.cpa.persistence.sql.query with parameters of type Column
Assignment(Column left, Expression right)
          Constructor that assigns the given rigth hand operand cto the left hand one.
 

Uses of Column in org.castor.cpa.persistence.sql.query.visitor
 

Methods in org.castor.cpa.persistence.sql.query.visitor with parameters of type Column
 void UncoupleVisitor.visit(Column column)
          Visit method to handle Column elements.
 void ParameterVisitor.visit(Column column)
          Visit method to handle Column elements.
 void DefaultQueryVisitor.visit(Column column)
          Visit method to handle Column elements.
 



Copyright © 2011. All Rights Reserved.