|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cruxframework.crux.core.client.db.websql.SQLDatabaseFactory
public class SQLDatabaseFactory
| Nested Class Summary | |
|---|---|
static interface |
SQLDatabaseFactory.DatabaseCallback
|
| Field Summary | |
|---|---|
protected static Logger |
logger
|
| Constructor Summary | |
|---|---|
SQLDatabaseFactory()
|
|
| Method Summary | |
|---|---|
static boolean |
isSupported()
|
static SQLDatabase |
openDatabase(String name,
String displayName,
int estimatedSize)
|
static SQLDatabase |
openDatabase(String name,
String displayName,
int estimatedSize,
SQLDatabaseFactory.DatabaseCallback creationCallback)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static Logger logger
| Constructor Detail |
|---|
public SQLDatabaseFactory()
| Method Detail |
|---|
public static SQLDatabase openDatabase(String name,
String displayName,
int estimatedSize)
public static SQLDatabase openDatabase(String name,
String displayName,
int estimatedSize,
SQLDatabaseFactory.DatabaseCallback creationCallback)
public static boolean isSupported()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||