Uses of Class
org.cruxframework.crux.core.client.db.websql.SQLDatabase

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

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

Fields in org.cruxframework.crux.core.client.db declared as SQLDatabase
protected  SQLDatabase WSQLAbstractDatabase.database
           
 

Uses of SQLDatabase in org.cruxframework.crux.core.client.db.websql
 

Methods in org.cruxframework.crux.core.client.db.websql that return SQLDatabase
static SQLDatabase SQLDatabaseFactory.openDatabase(String name, String displayName, int estimatedSize)
           
static SQLDatabase SQLDatabaseFactory.openDatabase(String name, String displayName, int estimatedSize, SQLDatabaseFactory.DatabaseCallback creationCallback)
           
 

Methods in org.cruxframework.crux.core.client.db.websql with parameters of type SQLDatabase
 void SQLDatabaseFactory.DatabaseCallback.onCreated(SQLDatabase db)
           
 



Copyright © 2014. All rights reserved.