| 构造器和说明 |
|---|
OrderBuilder(T target,
OrderBy orderBy,
Table table) |
public OrderBy.OrderBuilder<T> addField(String field, OrderType type)
public OrderBy.OrderBuilder<T> addField(String field)
public OrderBy.OrderBuilder<T> addField(boolean sure, String field, OrderType type)
public OrderBy.OrderBuilder<T> addField(boolean sure, String field)
public OrderBy.OrderBuilder<T> addColumn(String column, OrderType type)
public OrderBy.OrderBuilder<T> addColumn(String column)
public OrderBy.OrderBuilder<T> addColumn(boolean sure, String column, OrderType type)
public OrderBy.OrderBuilder<T> addColumn(boolean sure, String column)
public OrderBy.OrderBuilder<T> addAlias(boolean sure, String alias, OrderType type)
public OrderBy.OrderBuilder<T> addAlias(boolean sure, String alias)
public OrderBy.OrderBuilder<T> addAlias(String alias, OrderType type)
public OrderBy.OrderBuilder<T> addAlias(String alias)
public OrderBy.OrderBuilder<T> add(boolean sure, Operand operand, OrderType type)
public OrderBy.OrderBuilder<T> add(boolean sure, Operand operand)
public OrderBy.OrderBuilder<T> add(Operand operand, OrderType type)
public OrderBy.OrderBuilder<T> add(Operand operand)
public T done()
Copyright © 2024. All Rights Reserved.