I have an application where I want to define the default number of rows to prefetch for a connection, using for both Oracle and SQL Server drivers. The Oracle driver has a the OracleConnection
interface, which provides the setDefaultRowPrefetch
method to do it, but I didn't find anything equivalent for the SQL Server driver.
There is a method to define the default row prefetch for a connection using the SQL Server JDBC driver?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…