목차

Groovy SQL (Database)

withInstance

import groovy.sql.Sql
 
Sql.withInstance(URL, USERNAME, PASSWORD, JDBCDRIVER) { sql ->
  // code
}

참고