コード例 #1
0
 public boolean isPoolable() throws SQLException {
   return delegate.isPoolable();
 }
コード例 #2
0
 @Override
 public boolean isPoolable() throws SQLException {
   return stmt.isPoolable();
 }