|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.codegen.lib.impl.ConditionResultImpl
public class ConditionResultImpl
コンストラクタの概要 | |
---|---|
ConditionResultImpl()
|
メソッドの概要 | |
---|---|
void |
addBindValue(BindValue bindValue)
バインド変数を追加します。 |
void |
addOrder(Column column,
boolean asc)
並び替え順を追加します。 |
void |
addQuery(String query,
Object... args)
SQLのクエリーを追加します。 |
List<BindValue> |
getBindValues()
バインド変数のリストを返します。 |
List<Order> |
getOrderList()
並び替え順のリストを返します。 |
Query |
getQuery()
SQLのクエリーを返します。 |
String |
toString()
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public ConditionResultImpl()
メソッドの詳細 |
---|
public void addOrder(Column column, boolean asc)
ConditionResult
の記述:
ConditionResult
内の addOrder
column
- 並び替えるカラムasc
- 昇順の場合true
、降順の場合false
public void addQuery(String query, Object... args)
ConditionResult
の記述:
ConditionResult
内の addQuery
query
- SQLのクエリー文args
- SQLの引数public List<BindValue> getBindValues()
ConditionResult
の記述:
ConditionResult
内の getBindValues
public List<Order> getOrderList()
ConditionResult
の記述:
ConditionResult
内の getOrderList
public Query getQuery()
ConditionResult
の記述:
ConditionResult
内の getQuery
public String toString()
Object
内の toString
public void addBindValue(BindValue bindValue)
ConditionResult
の記述:
ConditionResult
内の addBindValue
bindValue
- バインド変数
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |