コード例 #1
0
 @Override
 public boolean isWrapperFor(Class<?> iface) throws SQLException {
   return delegate.isWrapperFor(iface);
 }