@Override
 public Properties getClientInfo() throws SQLException {
   return delegate.getClientInfo();
 }
 @Override
 public String getClientInfo(String name) throws SQLException {
   return delegate.getClientInfo(name);
 }