April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Dicas de otimização
nPodemos dar “dicas” ao ResultSet para melhorar o desempenho:
n
npublic void setFetchSize(int rows) throws SQLException
npublic void setFetchDirection(int direction) throws SQLException
n
npublic int getFetchSize() throws SQLException
npublic int getFetchDirection() throws SQLException