Package | Description |
---|---|
org.castor.cpa.persistence.sql.query | |
org.castor.cpa.persistence.sql.query.visitor |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Constructor and Description |
---|
Assignment(Column left,
Expression right)
Constructor that assigns the given rigth hand operand cto the left hand one.
|
Modifier and Type | Method and Description |
---|---|
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 © 2013. All rights reserved.