|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.sql.generator.BaseSql
org.sql.generator.BaseSimpleSql
org.sql.generator.BaseConditionSql
public abstract class BaseConditionSql
検索条件を設定するSQLを生成する為の基本クラス.
コンストラクタの概要 | |
---|---|
BaseConditionSql(java.lang.String table)
コンストラクタ |
|
BaseConditionSql(java.lang.String table,
Condition condition)
コンストラクタ |
メソッドの概要 | |
---|---|
void |
clear()
クリア |
Condition |
getCondition()
検索条件を取得 |
java.lang.Object[] |
getParameter()
バインドするパラメータ取得 |
void |
setCondition(Condition condition)
検索条件を追加 |
クラス org.sql.generator.BaseSimpleSql から継承されたメソッド |
---|
getColumn, getFrom, setColumn, setFrom |
クラス org.sql.generator.BaseSql から継承されたメソッド |
---|
getBindSql, getSql |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public BaseConditionSql(java.lang.String table)
table
- テーブル名public BaseConditionSql(java.lang.String table, Condition condition)
table
- テーブル名condition
- 検索条件メソッドの詳細 |
---|
public void setCondition(Condition condition)
condition
- 検索条件public Condition getCondition()
public void clear()
BaseSimpleSql
内の clear
public java.lang.Object[] getParameter()
Parameter
内の getParameter
BaseSimpleSql
内の getParameter
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |