Uses of Class
org.cruxframework.crux.core.client.db.indexeddb.IDBKeyRange

Packages that use IDBKeyRange
org.cruxframework.crux.core.client.db Contains classes to support a database on client browser. 
org.cruxframework.crux.core.client.db.indexeddb   
 

Uses of IDBKeyRange in org.cruxframework.crux.core.client.db
 

Fields in org.cruxframework.crux.core.client.db declared as IDBKeyRange
protected  IDBKeyRange IDXKeyRange.idbKeyRange
           
 

Methods in org.cruxframework.crux.core.client.db that return IDBKeyRange
static IDBKeyRange IDXKeyRange.getNativeKeyRange(KeyRange<?> range)
           
 

Constructors in org.cruxframework.crux.core.client.db with parameters of type IDBKeyRange
IDXKeyRange(IDBKeyRange idbKeyRange)
           
 

Uses of IDBKeyRange in org.cruxframework.crux.core.client.db.indexeddb
 

Methods in org.cruxframework.crux.core.client.db.indexeddb that return IDBKeyRange
static IDBKeyRange IDBKeyRange.bound(Date startKey, Date endKey)
           
static IDBKeyRange IDBKeyRange.bound(Date startKey, Date endKey, boolean startOpen, boolean endOpen)
           
static IDBKeyRange IDBKeyRange.bound(double startKey, double endKey)
           
static IDBKeyRange IDBKeyRange.bound(double startKey, double endKey, boolean startOpen, boolean endOpen)
           
static IDBKeyRange IDBKeyRange.bound(int startKey, int endKey)
           
static IDBKeyRange IDBKeyRange.bound(int startKey, int endKey, boolean startOpen, boolean endOpen)
           
static IDBKeyRange IDBKeyRange.bound(com.google.gwt.core.client.JsArrayMixed startKey, com.google.gwt.core.client.JsArrayMixed endKey)
           
static IDBKeyRange IDBKeyRange.bound(com.google.gwt.core.client.JsArrayMixed startKey, com.google.gwt.core.client.JsArrayMixed endKey, boolean startOpen, boolean endOpen)
           
static IDBKeyRange IDBKeyRange.bound(String startKey, String endKey)
           
static IDBKeyRange IDBKeyRange.bound(String startKey, String endKey, boolean startOpen, boolean endOpen)
           
static IDBKeyRange IDBKeyRange.lowerBound(Date key)
           
static IDBKeyRange IDBKeyRange.lowerBound(Date key, boolean open)
           
static IDBKeyRange IDBKeyRange.lowerBound(double key)
           
static IDBKeyRange IDBKeyRange.lowerBound(double key, boolean open)
           
static IDBKeyRange IDBKeyRange.lowerBound(int key)
           
static IDBKeyRange IDBKeyRange.lowerBound(int key, boolean open)
           
static IDBKeyRange IDBKeyRange.lowerBound(com.google.gwt.core.client.JsArrayMixed key)
           
static IDBKeyRange IDBKeyRange.lowerBound(com.google.gwt.core.client.JsArrayMixed key, boolean open)
           
static IDBKeyRange IDBKeyRange.lowerBound(String key)
           
static IDBKeyRange IDBKeyRange.lowerBound(String key, boolean open)
           
static IDBKeyRange IDBKeyRange.only(Date key)
           
static IDBKeyRange IDBKeyRange.only(double key)
           
static IDBKeyRange IDBKeyRange.only(int key)
           
static IDBKeyRange IDBKeyRange.only(com.google.gwt.core.client.JsArrayMixed key)
           
static IDBKeyRange IDBKeyRange.only(String key)
           
static IDBKeyRange IDBKeyRange.upperBound(Date key)
           
static IDBKeyRange IDBKeyRange.upperBound(Date key, boolean open)
           
static IDBKeyRange IDBKeyRange.upperBound(double key)
           
static IDBKeyRange IDBKeyRange.upperBound(double key, boolean open)
           
static IDBKeyRange IDBKeyRange.upperBound(int key)
           
static IDBKeyRange IDBKeyRange.upperBound(int key, boolean open)
           
static IDBKeyRange IDBKeyRange.upperBound(com.google.gwt.core.client.JsArrayMixed key)
           
static IDBKeyRange IDBKeyRange.upperBound(com.google.gwt.core.client.JsArrayMixed key, boolean open)
           
static IDBKeyRange IDBKeyRange.upperBound(String key)
           
static IDBKeyRange IDBKeyRange.upperBound(String key, boolean open)
           
 

Methods in org.cruxframework.crux.core.client.db.indexeddb with parameters of type IDBKeyRange
 IDBObjectCountRequest IDBObjectStore.count(IDBKeyRange range)
           
 IDBObjectCountRequest IDBIndex.count(IDBKeyRange range)
           
 IDBObjectStore.IDBObjectDeleteRequest IDBObjectStore.delete(IDBKeyRange keyRange)
           
 IDBObjectStore.IDBObjectRetrieveRequest IDBIndex.get(IDBKeyRange range)
           
 IDBObjectStore.IDBObjectStoreRequest IDBIndex.getKey(IDBKeyRange range)
           
 IDBObjectStore.IDBObjectCursorRequest IDBObjectStore.openCursor(IDBKeyRange range)
           
 IDBIndex.IDBIndexCursorRequest IDBIndex.openCursor(IDBKeyRange range)
           
 IDBObjectStore.IDBObjectCursorRequest IDBObjectStore.openCursor(IDBKeyRange range, IDBCursor.IDBCursorDirection direction)
           
 IDBIndex.IDBIndexCursorRequest IDBIndex.openCursor(IDBKeyRange range, IDBCursor.IDBCursorDirection direction)
           
 IDBIndex.IDBIndexCursorRequest IDBIndex.openKeyCursor(IDBKeyRange range)
           
 IDBIndex.IDBIndexCursorRequest IDBIndex.openKeyCursor(IDBKeyRange range, IDBCursor.IDBCursorDirection direction)
           
 



Copyright © 2014. All rights reserved.