public class IDBIndex
extends com.google.gwt.core.client.JavaScriptObject
| Modifier and Type | Class and Description |
|---|---|
static class |
IDBIndex.IDBIndexCursorRequest |
| Modifier | Constructor and Description |
|---|---|
protected |
IDBIndex() |
public final String getName()
public final IDBObjectStore getObjectStore()
public final String getKeyPath()
public final boolean isUnique()
public final boolean isMultiEntry()
public final IDBIndex.IDBIndexCursorRequest openCursor()
public final IDBIndex.IDBIndexCursorRequest openCursor(IDBKeyRange range)
public final IDBIndex.IDBIndexCursorRequest openCursor(IDBKeyRange range, IDBCursor.IDBCursorDirection direction)
public final IDBIndex.IDBIndexCursorRequest openKeyCursor()
public final IDBIndex.IDBIndexCursorRequest openKeyCursor(IDBKeyRange range)
public final IDBIndex.IDBIndexCursorRequest openKeyCursor(IDBKeyRange range, IDBCursor.IDBCursorDirection direction)
public final IDBObjectCountRequest count()
public final IDBObjectCountRequest count(IDBKeyRange range)
public final IDBObjectStore.IDBObjectRetrieveRequest get(IDBKeyRange range)
public final IDBObjectStore.IDBObjectRetrieveRequest get(com.google.gwt.core.client.JsArrayMixed key)
public final IDBObjectStore.IDBObjectRetrieveRequest get(String key)
public final IDBObjectStore.IDBObjectRetrieveRequest get(Date key)
public final IDBObjectStore.IDBObjectRetrieveRequest get(double key)
public final IDBObjectStore.IDBObjectRetrieveRequest get(int key)
public final IDBObjectStore.IDBObjectStoreRequest getKey(com.google.gwt.core.client.JsArrayMixed key)
public final IDBObjectStore.IDBObjectStoreRequest getKey(IDBKeyRange range)
public final IDBObjectStore.IDBObjectStoreRequest getKey(String key)
public final IDBObjectStore.IDBObjectStoreRequest getKey(int key)
public final IDBObjectStore.IDBObjectStoreRequest getKey(Date key)
public final IDBObjectStore.IDBObjectStoreRequest getKey(double key)
Copyright © 2015. All rights reserved.