Interface ReadOnlyResultSet

All Superinterfaces:
AutoCloseable, ResultSet, Wrapper
All Known Subinterfaces:
ReadOnlySingleResult

public interface ReadOnlyResultSet extends ResultSet
A ResultSet from a query that is expected to be read-only.

Update methods are marked deprecated to discourage their use, since this is a result set from a query that could be read-only and is only intended for read access. Calling these methods will still pass-through to the wrapped ResultSet, though.

Author:
AO Industries, Inc.