Connection.commit()
Driver.connect(String, Properties)
PreparedStatement.execute()
PreparedStatement.executeQuery()
Statement.executeQuery(String)
Statement.executeUpdate(String)
Connection.prepareCall(String)
Connection.prepareStatement(String)
CallableStatement.registerOutParameter(int, int)
Connection.setAutoCommit(boolean)
Copyright © 2012–2021 Naver Corporation. All rights reserved.