|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryContext | |
|---|---|
| org.castor.cpa.persistence.sql.query | |
| org.castor.cpa.persistence.sql.query.condition | |
| org.castor.cpa.persistence.sql.query.expression | |
| Uses of QueryContext in org.castor.cpa.persistence.sql.query |
|---|
| Methods in org.castor.cpa.persistence.sql.query that return QueryContext | |
|---|---|
QueryContext |
QueryContext.append(char chr)
Append the given character to end of SQL query string. |
QueryContext |
QueryContext.append(String str)
Append the given string to end of SQL query string. |
| Methods in org.castor.cpa.persistence.sql.query with parameters of type QueryContext | |
|---|---|
void |
Update.toString(QueryContext ctx)
|
void |
Select.toString(QueryContext ctx)
|
abstract void |
QueryObject.toString(QueryContext ctx)
Append a string representation of the object to the given QueryContext. |
void |
Qualifier.toString(QueryContext ctx)
|
void |
Insert.toString(QueryContext ctx)
|
void |
Delete.toString(QueryContext ctx)
|
void |
Assignment.toString(QueryContext ctx)
|
| Uses of QueryContext in org.castor.cpa.persistence.sql.query.condition |
|---|
| Methods in org.castor.cpa.persistence.sql.query.condition with parameters of type QueryContext | |
|---|---|
void |
OrCondition.toString(QueryContext ctx)
|
void |
IsNullPredicate.toString(QueryContext ctx)
|
void |
Compare.toString(QueryContext ctx)
|
void |
AndCondition.toString(QueryContext ctx)
|
| Uses of QueryContext in org.castor.cpa.persistence.sql.query.expression |
|---|
| Methods in org.castor.cpa.persistence.sql.query.expression with parameters of type QueryContext | |
|---|---|
void |
Parameter.toString(QueryContext ctx)
|
void |
NextVal.toString(QueryContext ctx)
|
void |
Column.toString(QueryContext ctx)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||