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