Class AsyncFetchStatus.NonePending

java.lang.Object
org.firebirdsql.gds.ng.wire.AsyncFetchStatus.NonePending
All Implemented Interfaces:
AsyncFetchStatus
Enclosing interface:
AsyncFetchStatus

public static final class AsyncFetchStatus.NonePending extends Object implements AsyncFetchStatus
Signals no async fetch pending.
  • 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 interface AsyncFetchStatus
      Returns:
      true if this status is pending