| Package | Description |
|---|---|
| org.pinus4j.api.query |
这个包中的类封装了数据库查询.
|
| Modifier and Type | Field and Description |
|---|---|
private Order |
QueryImpl.OrderBy.order |
| Modifier and Type | Method and Description |
|---|---|
Order |
QueryImpl.OrderBy.getOrder() |
static Order |
Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Order[] |
Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IQuery |
QueryImpl.orderBy(String field,
Order order) |
IQuery |
IQuery.orderBy(String field,
Order order)
添加排序字段.
|
| Constructor and Description |
|---|
OrderBy(String field,
Order order) |
Copyright © 2015. All rights reserved.