org.cruxframework.crux.core.client.db.indexeddb
Class IDBIndex
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
org.cruxframework.crux.core.client.db.indexeddb.IDBIndex
public class IDBIndex
- extends com.google.gwt.core.client.JavaScriptObject
- Author:
- Thiago da Rosa de Bustamante
|
Constructor Summary |
protected |
IDBIndex()
|
| Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
IDBIndex
protected IDBIndex()
getName
public final String getName()
getObjectStore
public final IDBObjectStore getObjectStore()
getKeyPath
public final String getKeyPath()
getCompositeKeyPath
public final FastList<String> getCompositeKeyPath()
isUnique
public final boolean isUnique()
isMultiEntry
public final boolean isMultiEntry()
openCursor
public final IDBIndex.IDBIndexCursorRequest openCursor()
openCursor
public final IDBIndex.IDBIndexCursorRequest openCursor(IDBKeyRange range)
openCursor
public final IDBIndex.IDBIndexCursorRequest openCursor(IDBKeyRange range,
IDBCursor.IDBCursorDirection direction)
openKeyCursor
public final IDBIndex.IDBIndexCursorRequest openKeyCursor()
openKeyCursor
public final IDBIndex.IDBIndexCursorRequest openKeyCursor(IDBKeyRange range)
openKeyCursor
public final IDBIndex.IDBIndexCursorRequest openKeyCursor(IDBKeyRange range,
IDBCursor.IDBCursorDirection direction)
count
public final IDBObjectCountRequest count()
count
public final IDBObjectCountRequest count(IDBKeyRange range)
get
public final IDBObjectStore.IDBObjectRetrieveRequest get(IDBKeyRange range)
get
public final IDBObjectStore.IDBObjectRetrieveRequest get(com.google.gwt.core.client.JsArrayMixed key)
get
public final IDBObjectStore.IDBObjectRetrieveRequest get(String key)
get
public final IDBObjectStore.IDBObjectRetrieveRequest get(Date key)
get
public final IDBObjectStore.IDBObjectRetrieveRequest get(double key)
get
public final IDBObjectStore.IDBObjectRetrieveRequest get(int key)
getKey
public final IDBObjectStore.IDBObjectStoreRequest getKey(com.google.gwt.core.client.JsArrayMixed key)
getKey
public final IDBObjectStore.IDBObjectStoreRequest getKey(IDBKeyRange range)
getKey
public final IDBObjectStore.IDBObjectStoreRequest getKey(String key)
getKey
public final IDBObjectStore.IDBObjectStoreRequest getKey(int key)
getKey
public final IDBObjectStore.IDBObjectStoreRequest getKey(Date key)
getKey
public final IDBObjectStore.IDBObjectStoreRequest getKey(double key)
Copyright © 2014. All rights reserved.