Module org.firebirdsql.jaybird
Package org.firebirdsql.gds.ng.wire
Class AsyncFetchStatus.NonePending
java.lang.Object
org.firebirdsql.gds.ng.wire.AsyncFetchStatus.NonePending
- All Implemented Interfaces:
AsyncFetchStatus
- Enclosing interface:
- AsyncFetchStatus
Signals no async fetch pending.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.firebirdsql.gds.ng.wire.AsyncFetchStatus
AsyncFetchStatus.CompletedWithException, AsyncFetchStatus.NonePending, AsyncFetchStatus.Pending
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Is this a status signalling an async fetch is pending (which includes having completed with an exception).Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.firebirdsql.gds.ng.wire.AsyncFetchStatus
exception
-
Method Details
-
isPending
public boolean isPending()Description copied from interface:AsyncFetchStatus
Is this a status signalling an async fetch is pending (which includes having completed with an exception).- Specified by:
isPending
in interfaceAsyncFetchStatus
- Returns:
true
if this status is pending
-