@FunctionalInterface public interface ToResultSetFunction extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
| ResultSet | createResultSet(Connection connection,
               int parallelism,
               int index)Creates a result set which returns a part of the rows pertaining to the
 given processor. | 
ResultSet createResultSet(Connection connection, int parallelism, int index) throws SQLException
connection - the JDBC connectionparallelism - the total parallelism for the processorindex - the global processor indexSQLExceptionCopyright © 2022 Hazelcast, Inc.. All rights reserved.