Interface SingleResult

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

public interface SingleResult extends ResultSet
A ResultSet from a query that only returns a single row and the cursor is already positioned.

Cursor navigation methods are marked deprecated to discourage their use, since this is a result set from a query that only returns a single row and the cursor is already positioned. Calling these methods will still pass-through to the wrapped ResultSet, though.

Author:
AO Industries, Inc.