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

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

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

Methods in org.cruxframework.crux.core.client.db.indexeddb that return IDBObjectStoreParameters
static IDBObjectStoreParameters IDBObjectStoreParameters.create()
           
static IDBObjectStoreParameters IDBObjectStoreParameters.create(String[] keyPath, boolean autoIncrement)
           
static IDBObjectStoreParameters IDBObjectStoreParameters.create(String keyPath, boolean autoIncrement)
           
 

Methods in org.cruxframework.crux.core.client.db.indexeddb with parameters of type IDBObjectStoreParameters
 IDBObjectStore IDBDatabase.createObjectStore(String name, IDBObjectStoreParameters params)
           
 



Copyright © 2014. All rights reserved.