|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SQL | |
| com.redhat.persistence.engine.rdbms | Generates optimized SQL queries based on metadata. |
| com.redhat.persistence.metadata | |
| com.redhat.persistence.oql | |
| Uses of SQL in com.redhat.persistence.engine.rdbms |
| Methods in com.redhat.persistence.engine.rdbms with parameters of type SQL | |
void |
SQLWriter.write(SQL sql)
|
void |
SQLWriter.write(SQL sql,
boolean map)
|
| Uses of SQL in com.redhat.persistence.metadata |
| Methods in com.redhat.persistence.metadata that return SQL | |
SQL |
SQLBlock.getSQL()
|
| Constructors in com.redhat.persistence.metadata with parameters of type SQL | |
SQLBlock(SQL sql)
|
|
| Uses of SQL in com.redhat.persistence.oql |
| Constructors in com.redhat.persistence.oql with parameters of type SQL | |
Static(SQL sql,
String[] columns,
boolean map,
Map bindings)
|
|
Static(SQL sql,
String[] columns,
boolean map,
Map bindings,
Expression scope)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||