Пример #1
0
 @Override
 public String getUserName() throws SQLException {
   return connection.getUser();
 }
Пример #2
0
 @Override
 public boolean isReadOnly() throws SQLException {
   return connection.isReadOnly();
 }
Пример #3
0
 @Override
 public String getURL() throws SQLException {
   return connection.getURI().toString();
 }