public boolean isPoolable() throws SQLException {
   return delegate.isPoolable();
 }
 @Override
 public boolean isPoolable() throws SQLException {
   return stmt.isPoolable();
 }