|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.dyndns.nuda.mapper.parameter.AutoSQLParameter
public class AutoSQLParameter
| メソッドの概要 | |
|---|---|
boolean |
accept(java.lang.Class<?> parameterType)
与えられたクラスオブジェクトに対して、このインスタンスが許容するかテストします |
static AutoSQLParameter |
getInstance()
|
void |
setParameter(java.sql.PreparedStatement pstmt,
int index,
java.lang.Object parameter,
java.lang.Class<?> parameterType)
与えられた引数を用いてプリペアドステートメントに値を設定します |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| メソッドの詳細 |
|---|
public static AutoSQLParameter getInstance()
public boolean accept(java.lang.Class<?> parameterType)
SQLParameter の記述:
SQLParameter 内の accept
public void setParameter(java.sql.PreparedStatement pstmt,
int index,
java.lang.Object parameter,
java.lang.Class<?> parameterType)
throws java.sql.SQLException
SQLParameter の記述:
SQLParameter 内の setParameterjava.sql.SQLException
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||