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