政府报告ppt模板:prepareStatement的用法

来源:百度文库 编辑:杭州交通信息网 时间:2024/05/11 03:08:27
PreparedStatement prepareStatement(String sql) throws SQLException;
和 PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency)
throws SQLException;
用途有什么不一样吗?