| Package | Description |
|---|---|
| com.github.jonathanhds.sqlbuilder.select |
| Modifier and Type | Method and Description |
|---|---|
static OrderByType |
OrderByType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderByType[] |
OrderByType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OrderBy |
OrderBy.column(String column,
OrderByType order) |
OrderBy |
OrderBy.columns(OrderByType order,
String... columns) |
OrderBy |
Where.orderBy(OrderByType order,
String... columns) |
OrderBy |
Having.orderBy(OrderByType order,
String... columns) |
OrderBy |
GroupBy.orderBy(OrderByType order,
String... columns) |
OrderBy |
Having.orderBy(String column,
OrderByType order) |
OrderBy |
GroupBy.orderBy(String column,
OrderByType order) |
Copyright © 2013–2014. All rights reserved.