Enum AsyncResultSet.CursorState (6.66.0)

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

Response code from tryNext().

Static Fields

Name Description
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

Name Description
valueOf(String name)
values()