public class SQLOrder extends Object implements SQLFragment
Modifier and Type | Class and Description |
---|---|
static class |
SQLOrder.OrderDirection |
Modifier | Constructor and Description |
---|---|
protected |
SQLOrder(SQLFragment fragment,
SQLOrder.OrderDirection order) |
Modifier and Type | Method and Description |
---|---|
static SQLOrder |
forFragment(SQLFragment fragment,
SQLOrder.OrderDirection order) |
static SQLOrder |
forTableColumn(String tableName,
String columnName,
SQLOrder.OrderDirection order) |
String |
toSQL(SQLDialect dialect) |
protected SQLOrder(SQLFragment fragment, SQLOrder.OrderDirection order)
public static SQLOrder forFragment(SQLFragment fragment, SQLOrder.OrderDirection order)
public static SQLOrder forTableColumn(String tableName, String columnName, SQLOrder.OrderDirection order)
public String toSQL(SQLDialect dialect)
toSQL
in interface SQLFragment
Copyright © 2017 Clazzes.org. All rights reserved.