|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SQLText | |
|---|---|
| org.datanucleus.store.rdbms.sql | Series of classes used to generate SQL statements. |
| org.datanucleus.store.rdbms.sql.expression | Series of expressions representing conditions in SQL statements. |
| Uses of SQLText in org.datanucleus.store.rdbms.sql |
|---|
| Fields in org.datanucleus.store.rdbms.sql declared as SQLText | |
|---|---|
protected SQLText |
SQLStatement.sql
Cached SQL statement, generated by getStatement(). |
| Methods in org.datanucleus.store.rdbms.sql that return SQLText | |
|---|---|
SQLText |
SQLText.append(char c)
Append a character to the SQL. |
SQLText |
SQLText.append(SQLExpression expr)
Append an SQLExpression. |
SQLText |
SQLText.append(SQLStatement stmt)
Append an SQLStatement. |
SQLText |
SQLText.append(SQLText st)
Append a SQLText |
SQLText |
SQLText.append(String s)
Append some SQL as a string. |
SQLText |
SQLText.appendParameter(String name,
org.datanucleus.store.mapped.mapping.JavaTypeMapping mapping,
Object value)
Append a parameter represented by a mapping (single datastore column). |
SQLText |
SQLText.appendParameter(String name,
org.datanucleus.store.mapped.mapping.JavaTypeMapping mapping,
Object value,
int columnNumber)
Append a parameter represented by a mapping, for a column of a multi-column mapping. |
protected SQLText |
SQLStatement.generateOrderingStatement()
Convenience method to generate the ordering statement to add to the overall query statement. |
SQLText |
SQLStatement.getDeleteStatement()
Accessor for the SQL DELETE statement. |
SQLText |
SQLStatement.getSelectStatement()
Accessor for the SQL SELECT statement. |
SQLText |
SQLStatement.getUpdateStatement()
Accessor for the SQL UPDATE statement. |
SQLText |
SQLText.postpend(String s)
Set the String to append at the end of the SQL. |
SQLText |
SQLText.prepend(String s)
Prepend some SQL as a string. |
| Methods in org.datanucleus.store.rdbms.sql with parameters of type SQLText | |
|---|---|
SQLText |
SQLText.append(SQLText st)
Append a SQLText |
| Uses of SQLText in org.datanucleus.store.rdbms.sql.expression |
|---|
| Fields in org.datanucleus.store.rdbms.sql.expression declared as SQLText | |
|---|---|
protected SQLText |
SQLExpression.st
The Statement Text representing the SQL for this expression. |
| Methods in org.datanucleus.store.rdbms.sql.expression that return SQLText | |
|---|---|
SQLText |
DelegatedExpression.toSQLText()
|
SQLText |
SQLExpression.toSQLText()
Method to return the SQL form of this expression. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||