public boolean isPoolable() throws SQLException {
   return delegate.isPoolable();
 }
Exemplo n.º 2
0
 @Override
 public boolean isPoolable() throws SQLException {
   return stmt.isPoolable();
 }