|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Statement
を作成するためのファクトリです。
メソッドの概要 | |
CallableStatement |
createCallableStatement(Connection con,
String sql)
ストアドプロシージャ用の文を作成します。 |
PreparedStatement |
createPreparedStatement(Connection con,
String sql)
準備された文を作成します。 |
メソッドの詳細 |
public PreparedStatement createPreparedStatement(Connection con, String sql)
con
- コネクションsql
- SQL
public CallableStatement createCallableStatement(Connection con, String sql)
con
- コネクションsql
- SQL
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |