002639雪人股份股吧:prepareStatement的用法

来源:百度文库 编辑:高校问答 时间:2024/05/08 19:47:19
PreparedStatement prepareStatement(String sql) throws SQLException;
和 PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency)
throws SQLException;
用途有什么不一样吗?