Example #1
0
 @Getter
 public String getCatalog() throws SQLException {
   return connection.getCatalog();
 }