Package | Description |
---|---|
org.clazzes.util.sql.criteria |
Modifier and Type | Method and Description |
---|---|
static SQLOrder.OrderDirection |
SQLOrder.OrderDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLOrder.OrderDirection[] |
SQLOrder.OrderDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static SQLOrder |
SQLOrder.forFragment(SQLFragment fragment,
SQLOrder.OrderDirection order) |
static SQLOrder |
SQLOrder.forTableColumn(String tableName,
String columnName,
SQLOrder.OrderDirection order) |
Constructor and Description |
---|
SQLOrder(SQLFragment fragment,
SQLOrder.OrderDirection order) |
Copyright © 2017 Clazzes.org. All rights reserved.