|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.extension.jdbc.util.BindVariableUtil
バインド変数用のユーティリティです。
メソッドの概要 | |
static String |
getBindVariableText(Object bindVariable)
バインド変数を文字列として返します。 |
static String |
getCompleteSql(String sql,
Object[] args)
バインド変数をSQLの中にリテラルで埋め込んだ完全なSQLを返します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
メソッドの詳細 |
public static String getCompleteSql(String sql, Object[] args)
sql
- SQLargs
- 引数
public static String getBindVariableText(Object bindVariable)
bindVariable
- バインド変数
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |