public class IDBCursor
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
IDBCursor.Continue_KeyUnionType |
static interface |
IDBCursor.ContinuePrimaryKeyKeyUnionType |
static interface |
IDBCursor.ContinuePrimaryKeyPrimaryKeyUnionType |
static interface |
IDBCursor.KeyUnionType |
static interface |
IDBCursor.PrimaryKeyUnionType |
static interface |
IDBCursor.SourceUnionType |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
direction |
IDBCursor.KeyUnionType |
key |
IDBCursor.PrimaryKeyUnionType |
primaryKey |
IDBCursor.SourceUnionType |
source |
| Constructor and Description |
|---|
IDBCursor() |
| Modifier and Type | Method and Description |
|---|---|
void |
advance(int count) |
void |
continue_() |
void |
continue_(<any> key) |
void |
continue_(ArrayBuffer key) |
void |
continue_(ArrayBufferView key) |
void |
continue_(JsDate key) |
void |
continuePrimaryKey(<any> key,
<any> primaryKey) |
void |
continuePrimaryKey(<any> key,
ArrayBuffer primaryKey) |
void |
continuePrimaryKey(<any> key,
ArrayBufferView primaryKey) |
void |
continuePrimaryKey(<any> key,
double primaryKey) |
void |
continuePrimaryKey(<any> key,
IDBCursor.ContinuePrimaryKeyPrimaryKeyUnionType primaryKey) |
void |
continuePrimaryKey(<any> key,
JsDate primaryKey) |
void |
continuePrimaryKey(<any> key,
java.lang.String primaryKey) |
void |
continuePrimaryKey(ArrayBuffer key,
<any> primaryKey) |
void |
continuePrimaryKey(ArrayBuffer key,
ArrayBuffer primaryKey) |
void |
continuePrimaryKey(ArrayBuffer key,
ArrayBufferView primaryKey) |
void |
continuePrimaryKey(ArrayBuffer key,
double primaryKey) |
void |
continuePrimaryKey(ArrayBuffer key,
IDBCursor.ContinuePrimaryKeyPrimaryKeyUnionType primaryKey) |
void |
continuePrimaryKey(ArrayBuffer key,
JsDate primaryKey) |
void |
continuePrimaryKey(ArrayBuffer key,
java.lang.Object[] primaryKey) |
void |
continuePrimaryKey(ArrayBuffer key,
java.lang.String primaryKey) |
void |
continuePrimaryKey(ArrayBufferView key,
<any> primaryKey) |
void |
continuePrimaryKey(ArrayBufferView key,
ArrayBuffer primaryKey) |
void |
continuePrimaryKey(ArrayBufferView key,
ArrayBufferView primaryKey) |
void |
continuePrimaryKey(ArrayBufferView key,
double primaryKey) |
void |
continuePrimaryKey(ArrayBufferView key,
IDBCursor.ContinuePrimaryKeyPrimaryKeyUnionType primaryKey) |
void |
continuePrimaryKey(ArrayBufferView key,
JsDate primaryKey) |
void |
continuePrimaryKey(ArrayBufferView key,
java.lang.Object[] primaryKey) |
void |
continuePrimaryKey(ArrayBufferView key,
java.lang.String primaryKey) |
void |
continuePrimaryKey(double key,
<any> primaryKey) |
void |
continuePrimaryKey(double key,
ArrayBuffer primaryKey) |
void |
continuePrimaryKey(double key,
ArrayBufferView primaryKey) |
void |
continuePrimaryKey(double key,
JsDate primaryKey) |
void |
continuePrimaryKey(IDBCursor.ContinuePrimaryKeyKeyUnionType key,
<any> primaryKey) |
void |
continuePrimaryKey(IDBCursor.ContinuePrimaryKeyKeyUnionType key,
ArrayBuffer primaryKey) |
void |
continuePrimaryKey(IDBCursor.ContinuePrimaryKeyKeyUnionType key,
ArrayBufferView primaryKey) |
void |
continuePrimaryKey(IDBCursor.ContinuePrimaryKeyKeyUnionType key,
JsDate primaryKey) |
void |
continuePrimaryKey(JsDate key,
<any> primaryKey) |
void |
continuePrimaryKey(JsDate key,
ArrayBuffer primaryKey) |
void |
continuePrimaryKey(JsDate key,
ArrayBufferView primaryKey) |
void |
continuePrimaryKey(JsDate key,
double primaryKey) |
void |
continuePrimaryKey(JsDate key,
IDBCursor.ContinuePrimaryKeyPrimaryKeyUnionType primaryKey) |
void |
continuePrimaryKey(JsDate key,
JsDate primaryKey) |
void |
continuePrimaryKey(JsDate key,
java.lang.Object[] primaryKey) |
void |
continuePrimaryKey(JsDate key,
java.lang.String primaryKey) |
void |
continuePrimaryKey(java.lang.Object[] key,
ArrayBuffer primaryKey) |
void |
continuePrimaryKey(java.lang.Object[] key,
ArrayBufferView primaryKey) |
void |
continuePrimaryKey(java.lang.Object[] key,
JsDate primaryKey) |
void |
continuePrimaryKey(java.lang.String key,
<any> primaryKey) |
void |
continuePrimaryKey(java.lang.String key,
ArrayBuffer primaryKey) |
void |
continuePrimaryKey(java.lang.String key,
ArrayBufferView primaryKey) |
void |
continuePrimaryKey(java.lang.String key,
JsDate primaryKey) |
IDBRequest |
delete() |
IDBRequest |
update(java.lang.Object value) |
public java.lang.String direction
public IDBCursor.KeyUnionType key
public IDBCursor.PrimaryKeyUnionType primaryKey
public IDBCursor.SourceUnionType source
public void advance(int count)
public final void continuePrimaryKey(ArrayBuffer key,
ArrayBuffer primaryKey)
public final void continuePrimaryKey(ArrayBuffer key,
ArrayBufferView primaryKey)
public final void continuePrimaryKey(ArrayBuffer key,
IDBCursor.ContinuePrimaryKeyPrimaryKeyUnionType primaryKey)
public final void continuePrimaryKey(ArrayBuffer key,
<any> primaryKey)
public final void continuePrimaryKey(ArrayBuffer key,
JsDate primaryKey)
public final void continuePrimaryKey(ArrayBuffer key,
java.lang.Object[] primaryKey)
public final void continuePrimaryKey(ArrayBuffer key,
java.lang.String primaryKey)
public final void continuePrimaryKey(ArrayBuffer key,
double primaryKey)
public final void continuePrimaryKey(ArrayBufferView key,
ArrayBuffer primaryKey)
public final void continuePrimaryKey(ArrayBufferView key,
ArrayBufferView primaryKey)
public final void continuePrimaryKey(ArrayBufferView key,
IDBCursor.ContinuePrimaryKeyPrimaryKeyUnionType primaryKey)
public final void continuePrimaryKey(ArrayBufferView key,
<any> primaryKey)
public final void continuePrimaryKey(ArrayBufferView key,
JsDate primaryKey)
public final void continuePrimaryKey(ArrayBufferView key,
java.lang.Object[] primaryKey)
public final void continuePrimaryKey(ArrayBufferView key,
java.lang.String primaryKey)
public final void continuePrimaryKey(ArrayBufferView key,
double primaryKey)
public final void continuePrimaryKey(IDBCursor.ContinuePrimaryKeyKeyUnionType key, ArrayBuffer primaryKey)
public final void continuePrimaryKey(IDBCursor.ContinuePrimaryKeyKeyUnionType key, ArrayBufferView primaryKey)
public final void continuePrimaryKey(IDBCursor.ContinuePrimaryKeyKeyUnionType key, <any> primaryKey)
public final void continuePrimaryKey(IDBCursor.ContinuePrimaryKeyKeyUnionType key, JsDate primaryKey)
public final void continuePrimaryKey(<any> key,
ArrayBuffer primaryKey)
public final void continuePrimaryKey(<any> key,
ArrayBufferView primaryKey)
public final void continuePrimaryKey(<any> key,
IDBCursor.ContinuePrimaryKeyPrimaryKeyUnionType primaryKey)
public final void continuePrimaryKey(<any> key,
<any> primaryKey)
public final void continuePrimaryKey(<any> key,
JsDate primaryKey)
public final void continuePrimaryKey(<any> key,
java.lang.String primaryKey)
public final void continuePrimaryKey(<any> key,
double primaryKey)
public final void continuePrimaryKey(JsDate key,
ArrayBuffer primaryKey)
public final void continuePrimaryKey(JsDate key,
ArrayBufferView primaryKey)
public final void continuePrimaryKey(JsDate key,
IDBCursor.ContinuePrimaryKeyPrimaryKeyUnionType primaryKey)
public final void continuePrimaryKey(JsDate key,
<any> primaryKey)
public final void continuePrimaryKey(JsDate key,
JsDate primaryKey)
public final void continuePrimaryKey(JsDate key,
java.lang.Object[] primaryKey)
public final void continuePrimaryKey(JsDate key,
java.lang.String primaryKey)
public final void continuePrimaryKey(JsDate key,
double primaryKey)
public final void continuePrimaryKey(java.lang.Object[] key,
ArrayBuffer primaryKey)
public final void continuePrimaryKey(java.lang.Object[] key,
ArrayBufferView primaryKey)
public final void continuePrimaryKey(java.lang.Object[] key,
JsDate primaryKey)
public final void continuePrimaryKey(java.lang.String key,
ArrayBuffer primaryKey)
public final void continuePrimaryKey(java.lang.String key,
ArrayBufferView primaryKey)
public final void continuePrimaryKey(java.lang.String key,
<any> primaryKey)
public final void continuePrimaryKey(java.lang.String key,
JsDate primaryKey)
public final void continuePrimaryKey(double key,
ArrayBuffer primaryKey)
public final void continuePrimaryKey(double key,
ArrayBufferView primaryKey)
public final void continuePrimaryKey(double key,
<any> primaryKey)
public final void continuePrimaryKey(double key,
JsDate primaryKey)
public void continue_()
public final void continue_(ArrayBuffer key)
public final void continue_(ArrayBufferView key)
public final void continue_(<any> key)
public final void continue_(JsDate key)
public IDBRequest delete()
public IDBRequest update(java.lang.Object value)