クラス
jp.co.quickbinder.api.common.sql.DatabaseParameter の使用

DatabaseParameter を使用しているパッケージ
jp.co.quickbinder.api.common.sql データベース操作のクラスを提供します。 
 

jp.co.quickbinder.api.common.sql での DatabaseParameter の使用
 

DatabaseParameter を返す jp.co.quickbinder.api.common.sql のメソッド
static DatabaseParameter DatabaseParameter.createParameter(String value, int type)
           SQLパラメータを生成します。
 

DatabaseParameter 型のパラメータを持つ jp.co.quickbinder.api.common.sql のメソッド
 PreparedStatement Execute.execute(PreparedStatement statement, DatabaseParameter[] params, int maxRow)
          PreparedStatement,DatabaseParameter(任意)を渡してExecuteする。