public class IDBCursor extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<String> |
direction |
Objs.Property<Object> |
key |
Objs.Property<String> |
NEXT |
Objs.Property<String> |
NEXT_NO_DUPLICATE |
Objs.Property<String> |
PREV |
Objs.Property<String> |
PREV_NO_DUPLICATE |
Objs.Property<Object> |
primaryKey |
Objs.Property<Object> |
source |
Modifier | Constructor and Description |
---|---|
protected |
IDBCursor(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static IDBCursor |
$as(Object obj) |
void |
advance(double count) |
IDBRequest |
delete() |
String |
direction() |
String |
NEXT_NO_DUPLICATE() |
String |
NEXT() |
String |
PREV_NO_DUPLICATE() |
String |
PREV() |
IDBRequest |
update(Object value) |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<String> direction
public Objs.Property<Object> key
public Objs.Property<Object> primaryKey
public Objs.Property<Object> source
public Objs.Property<String> NEXT
public Objs.Property<String> NEXT_NO_DUPLICATE
public Objs.Property<String> PREV
public Objs.Property<String> PREV_NO_DUPLICATE
protected IDBCursor(Objs.Constructor<?> c, Object js)
public String direction()
public String NEXT()
public String NEXT_NO_DUPLICATE()
public String PREV()
public String PREV_NO_DUPLICATE()
public void advance(double count)
public IDBRequest delete()
public IDBRequest update(Object value)
Copyright © 2018. All rights reserved.