|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.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 内の addOrdercolumn - 並び替えるカラムasc - 昇順の場合true、降順の場合false
public void addQuery(String query,
Object... args)
ConditionResult の記述:
ConditionResult 内の addQueryquery - SQLのクエリー文args - SQLの引数public List<BindValue> getBindValues()
ConditionResult の記述:
ConditionResult 内の getBindValuespublic List<Order> getOrderList()
ConditionResult の記述:
ConditionResult 内の getOrderListpublic Query getQuery()
ConditionResult の記述:
ConditionResult 内の getQuerypublic String toString()
Object 内の toStringpublic void addBindValue(BindValue bindValue)
ConditionResult の記述:
ConditionResult 内の addBindValuebindValue - バインド変数
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||