-
- 既知の実装クラスのリスト:
DefaultPreparedStatementSupplier
public interface PreparedStatementSupplier
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 PreparedStatementprepareStatement(Connection connection, String sql)PreparedStatementprepareStatement(Connection connection, String sql, String[] autoGeneratedColumnsArray)
-
-
-
メソッドの詳細
-
prepareStatement
PreparedStatement prepareStatement(Connection connection, String sql) throws SQLException
- 例外:
SQLException
-
prepareStatement
PreparedStatement prepareStatement(Connection connection, String sql, String[] autoGeneratedColumnsArray) throws SQLException
- 例外:
SQLException
-
-