Package | Description |
---|---|
io.daobab.query.base | |
io.daobab.statement.condition | |
io.daobab.target.database |
Modifier and Type | Field and Description |
---|---|
protected Order |
Query.orderBy |
Modifier and Type | Method and Description |
---|---|
default Order |
QueryWhisperer.asc(Column<?,?,?> col) |
default Order |
QueryWhisperer.desc(Column<?,?,?> col) |
Order |
Query.getOrderBy() |
Modifier and Type | Method and Description |
---|---|
Q |
Query.orderBy(Order orderBy) |
Q |
QueryOrder.orderBy(Order orderBy) |
Modifier and Type | Method and Description |
---|---|
default Q |
QueryOrder.orderBy(Supplier<Order> order) |
Modifier and Type | Method and Description |
---|---|
Order |
Order.asc(Column<?,?,?> col) |
static Order |
Order.ASC(Column<?,?,?> col) |
Order |
Order.desc(Column<?,?,?> col) |
static Order |
Order.DESC(Column<?,?,?> col) |
Modifier and Type | Method and Description |
---|---|
default StringBuilder |
SqlQueryResolver.orderToExpression(Order order,
IdentifierStorage storage) |
Copyright © 2021. All rights reserved.