December 2002
Intermediate to advanced
928 pages
85h 29m
English
((OracleConnection)conn_context.getConnection( )).setDefaultRowPrefetch(integer);
Specifies the number of rows to fetch in each round-trip to the server.
Casts the JDBC connection to the class OracleConnection, which contains the setDefaultRowPrefetch( ) method.
You can use the syntax DefaultContext.setDefaultContext.getConnection( ) with this function to set the number of rows to prefetch for the default connection.