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

Packages that use IDBIndexParameters
org.cruxframework.crux.core.client.db.indexeddb   
 

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

Methods in org.cruxframework.crux.core.client.db.indexeddb that return IDBIndexParameters
static IDBIndexParameters IDBIndexParameters.create()
           
static IDBIndexParameters IDBIndexParameters.create(boolean unique, boolean multiEntry)
           
 

Methods in org.cruxframework.crux.core.client.db.indexeddb with parameters of type IDBIndexParameters
 IDBIndex IDBObjectStore.createIndex(String name, String[] keyPath, IDBIndexParameters params)
           
 IDBIndex IDBObjectStore.createIndex(String name, String keyPath, IDBIndexParameters params)
           
 



Copyright © 2014. All rights reserved.