Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.4.1
-
None
Description
Database servers can return multiple result sets from a single statement. This can be beneficial for indexing because it reduces the number of connections and statements being executed against a database, therefore reducing overhead. The JDBC Statement object supports reading multiple ResultSets. Support should be added to the JdbcDataSource to take advantage of this.