Describes the structure of the result set returned from execution of a SELECT statement. This description is typcially not required since the shape can be retreived from the JDBC ResultSetMetadata. However, some platforms such as Oracle do not support fully suport ResultSetMedata.
There may also be a performance boost when using this interface.