Preparing search index...
The search index is not available
@datastax/astra-db-ts
@datastax/astra-db-ts
CursorState
Type alias CursorState
Cursor
State
:
"idle"
|
"started"
|
"closed"
Overview
Represents the status of some
AbstractCursor
.
Status
Description
idle
The cursor is uninitialized/not in use, and may be modified freely.
started
The cursor is currently in use, and cannot be modified w/out rewinding or cloning.
closed
The cursor is closed, and cannot be used w/out rewinding or cloning.
See
AbstractCursor.state
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Overview
@datastax/astra-db-ts
Loading...
Overview
Represents the status of some AbstractCursor.
idle
started
closed