Interface ProResultSet

All Superinterfaces:
AutoCloseable, ResultSet, Wrapper
All Known Subinterfaces:
SDOResultSet
All Known Implementing Classes:
ResultSet, SDOResultSetImpl

public interface ProResultSet extends ResultSet
The ProResultSet interface extends the java.sql.ResultSet to allow indexed access to arrays. For each java.sql.ResultSet get<DataType>() method, ProResultSet defines a similar method with an additional "int index" parameter. That allows the Java application to refer to individual array elements by indicating the field number (or name) and the index of the element. If the standard java.sql.ResultSet interface is used then each element of the array must be accessed as a separate column.