| Package | Description |
|---|---|
| info.michaelwittig.javaq.query | |
| info.michaelwittig.javaq.query.impl |
| Modifier and Type | Method and Description |
|---|---|
Select.Sort.Direction |
Select.Sort.getDirection() |
static Select.Sort.Direction |
Select.Sort.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Select.Sort.Direction[] |
Select.Sort.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Select.SelectBuilder |
Select.SelectBuilder.order(Select.Sort.Direction direction,
Column<?> column) |
| Modifier and Type | Method and Description |
|---|---|
Select.SelectBuilder |
SelectImpl.SelectBuilderImpl.order(Select.Sort.Direction direction,
Column<?> column) |
Copyright © 2012-2014. All Rights Reserved.