432433434435436437438439440441442
} @Override public void setFetchSize(int rows) throws SQLException { FilterChainImpl chain = createChain(); chain.statement_setFetchSize(this, rows); recycleFilterChain(chain); } @Override public void setMaxFieldSize(int max) throws SQLException {
434435436437438439440441442443444