|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Column | |
|---|---|
| org.castor.cpa.persistence.sql.query | |
| 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. |
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||