The interface ResultSetInfo provides information on the support for the
ResultSet interface by an underlying resource. A component can retrieve a
ResultSetInfo from a Connection instance.
A resource only needs to support this interface if it also supports the
ResultSet interface.