Package | Description |
---|---|
org.josef.jdbc |
jdbc related classes.
|
Modifier and Type | Method and Description |
---|---|
OrderByColumn |
OrderByClause.getOrderByColumn(int ordinal)
Gets an OrderByColumn by its ordinal number.
|
OrderByColumn |
OrderByClause.getOrderByColumn(String columnName)
Gets an OrderByColumn by its column name.
|
Modifier and Type | Method and Description |
---|---|
void |
OrderByClause.setOrderByColumns(OrderByColumn... orderByColumns)
Sets the columns to order by.
|
Constructor and Description |
---|
OrderByClause(OrderByColumn... allowedOrderByColumns)
Constructs this OrderByClause from the supplied allowedOrderByColumns.
|
OrderByColumn(OrderByColumn orderByColumn)
Copy constructor.
|
Copyright © 2008–2018. All rights reserved.