11.2.3 getParameterCount()
- 〈この項の構成〉
(1) 機能
PreparedStatementオブジェクトのパラメタ数を取得します。
(2) 形式
public synchronized int getParameterCount() throws SQLException
(3) 引数
なし。
(4) 戻り値
PreparedStatementオブジェクトのパラメタ数が返却されます。
(5) 発生する例外
なし。
Hitachi Advanced Data Binder AP開発ガイド
11.2.3 getParameterCount()
PreparedStatementオブジェクトのパラメタ数を取得します。
public synchronized int getParameterCount() throws SQLException
なし。
PreparedStatementオブジェクトのパラメタ数が返却されます。
なし。