446447448449450451452453454455456
} @Override public void setMaxRows(int max) throws SQLException { FilterChainImpl chain = createChain(); chain.statement_setMaxRows(this, max); recycleFilterChain(chain); } @Override public void setPoolable(boolean poolable) throws SQLException {
448449450451452453454455456457458