示例#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();
 }