Esempio n. 1
0
 @Override
 public boolean isWrapperFor(Class<?> iface) throws SQLException {
   return Wrapper.isWrapperFor(iface, this.getClass());
 }