public boolean isPoolable() throws SQLException {
   return delegate.isPoolable();
 }
Пример #2
0
 @Override
 public boolean isPoolable() throws SQLException {
   return stmt.isPoolable();
 }