The current result set type of the JDBC driver
Represents a result set type that only allows result sets to be read sequentially (i.
Represents a result set type that allows result sets to be navigated in a non-linear way while keeping the original data in the result set intact.
Represents a result set type that allows result sets to be navigated in a non-linear way, and changes in the underlying data to be observed.