Enum AsyncResultSet.CursorState

public enum AsyncResultSet.CursorState extends Enum<AsyncResultSet.CursorState>

Response code from tryNext().

Static Fields

NameDescription
DONE

Read is complete, all rows have been consumed, and there are no more.

NOT_READY

No further information known at this time, thus current row not available.

OK

Cursor has been moved to a new row.

Static Methods

NameDescription
valueOf(String name)
values()