org.seasar.extension.jdbc.util
クラス BindVariableUtil

java.lang.Object
  拡張org.seasar.extension.jdbc.util.BindVariableUtil

public final class BindVariableUtil
extends Object

バインド変数用のユーティリティです。

作成者:
higa

メソッドの概要
static String getBindVariableText(Object bindVariable)
          バインド変数を文字列として返します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

getBindVariableText

public static String getBindVariableText(Object bindVariable)
バインド変数を文字列として返します。

パラメータ:
bindVariable - バインド変数
戻り値:
バインド変数の文字列表現


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.