Package | Description |
---|---|
com.xdev.jadoth.sqlengine | |
com.xdev.jadoth.sqlengine.dbms.standard | |
com.xdev.jadoth.sqlengine.internal |
Modifier and Type | Method and Description |
---|---|
ORDER_BY |
SELECT.getOrderByClause()
Gets the order by clause.
|
Modifier and Type | Method and Description |
---|---|
SELECT |
SELECT.setOrderByClause(ORDER_BY orderByClause)
Sets the order by clause.
|
Modifier and Type | Method and Description |
---|---|
protected StringBuilder |
StandardDMLAssembler.assembleORDERBY(TableQuery parentQuery,
ORDER_BY orderby,
StringBuilder sb,
int indentLevel,
int flags)
Assemble orderby.
|
Modifier and Type | Method and Description |
---|---|
ORDER_BY |
ORDER_BY.copy() |
protected ORDER_BY |
ORDER_BY.copy(HashMap<SqlClause<?>,SqlClause<?>> alreadyCopied) |
Constructor and Description |
---|
ORDER_BY(ORDER_BY copySource) |
Copyright © 2003–2023 XDEV Software. All rights reserved.