| 程序包 | 说明 |
|---|---|
| tech.ibit.sqlbuilder | |
| tech.ibit.sqlbuilder.column.support | |
| tech.ibit.sqlbuilder.sql.impl | |
| tech.ibit.sqlbuilder.sql.support | |
| tech.ibit.sqlbuilder.sql.support.impl |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CustomOrderBy
自定义排序
|
class |
OrderBy
定义排序类
|
| 限定符和类型 | 方法和说明 |
|---|---|
default IOrderBy |
IColumnOrderBySupport.customerOrderBy(List<?> subOrders)
自定义排序
|
default IOrderBy |
IColumnOrderBySupport.customerOrderBy(List<?> subOrders,
boolean desc)
自定义排序
|
default IOrderBy |
IColumnOrderBySupport.orderBy()
构造OrderBy
|
default IOrderBy |
IColumnOrderBySupport.orderBy(boolean desc)
构造OrderBy
|
| 限定符和类型 | 方法和说明 |
|---|---|
QuerySql |
QuerySqlImpl.orderBy(IOrderBy orderBy) |
| 限定符和类型 | 方法和说明 |
|---|---|
QuerySql |
QuerySqlImpl.orderBy(List<IOrderBy> orderBys) |
| 限定符和类型 | 方法和说明 |
|---|---|
T |
OrderBySupport.orderBy(IOrderBy orderBy)
`ORDER BY` 语句
|
| 限定符和类型 | 方法和说明 |
|---|---|
T |
OrderBySupport.orderBy(List<IOrderBy> orderBys)
`ORDER BY` 语句
|
| 限定符和类型 | 方法和说明 |
|---|---|
T |
OrderBySupportImpl.orderBy(IOrderBy orderBy) |
| 限定符和类型 | 方法和说明 |
|---|---|
T |
OrderBySupportImpl.orderBy(List<IOrderBy> orderBys) |
Copyright © 2020 IBIT程序猿. All rights reserved.