| Modifier and Type | Field and Description |
|---|---|
static String |
DIRECTION_NEXT |
static String |
DIRECTION_NEXT_UNIQUE |
static String |
DIRECTION_PREVIOUS |
static String |
DIRECTION_PREVIOUS_UNIQUE |
| Modifier and Type | Method and Description |
|---|---|
void |
advance(int count) |
IDBRequest |
delete() |
void |
doContinue() |
String |
getDirection() |
JSObject |
getKey() |
JSObject |
getPrimaryKey() |
IDBCursorSource |
getSource() |
JSObject |
getValue() |
IDBRequest |
update(JSObject value) |
static final String DIRECTION_NEXT
static final String DIRECTION_NEXT_UNIQUE
static final String DIRECTION_PREVIOUS
static final String DIRECTION_PREVIOUS_UNIQUE
IDBCursorSource getSource()
String getDirection()
JSObject getKey()
JSObject getValue()
JSObject getPrimaryKey()
IDBRequest update(JSObject value)
void advance(int count)
void doContinue()
IDBRequest delete()
Copyright © 2015. All rights reserved.