public class OrderBy extends Object implements IOrderBy
| 限定符和类型 | 方法和说明 |
|---|---|
IColumn |
getColumn()
获取列
|
PrepareStatement |
getPrepareStatement(boolean useAlias)
构造预查询SQL对象
|
boolean |
isDesc()
定义是否倒序
|
void |
setColumn(IColumn column)
Sets the column
You can use getColumn() to get the value of column
|
void |
setDesc(boolean desc)
Sets the desc
You can use getDesc() to get the value of desc
|
getPrepareStatementpublic OrderBy(IColumn column)
column - 列public OrderBy(IColumn column, boolean desc)
column - 列desc - 是否倒序public PrepareStatement getPrepareStatement(boolean useAlias)
getPrepareStatement 在接口中 PrepareStatementSupplieruseAlias - 是否使用别名public void setColumn(IColumn column)
You can use getColumn() to get the value of column
column - columnpublic void setDesc(boolean desc)
You can use getDesc() to get the value of desc
desc - descCopyright © 2020 IBIT程序猿. All rights reserved.