Exemplo n.º 1
0
 @Override
 public String getUserName() throws SQLException {
   return connection.getUser();
 }
Exemplo n.º 2
0
 @Override
 public boolean isReadOnly() throws SQLException {
   return connection.isReadOnly();
 }
Exemplo n.º 3
0
 @Override
 public String getURL() throws SQLException {
   return connection.getURI().toString();
 }