org.cruxframework.crux.core.client.db.websql
Class SQLError
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
org.cruxframework.crux.core.client.db.websql.SQLError
public class SQLError
- extends com.google.gwt.core.client.JavaScriptObject
- Author:
- Thiago da Rosa de Bustamante
|
Constructor Summary |
protected |
SQLError()
|
| Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
UNKNOWN_ERR
public static final short UNKNOWN_ERR
- See Also:
- Constant Field Values
DATABASE_ERR
public static final short DATABASE_ERR
- See Also:
- Constant Field Values
VERSION_ERR
public static final short VERSION_ERR
- See Also:
- Constant Field Values
TOO_LARGE_ERR
public static final short TOO_LARGE_ERR
- See Also:
- Constant Field Values
QUOTA_ERR
public static final short QUOTA_ERR
- See Also:
- Constant Field Values
SYNTAX_ERR
public static final short SYNTAX_ERR
- See Also:
- Constant Field Values
CONSTRAINT_ERR
public static final short CONSTRAINT_ERR
- See Also:
- Constant Field Values
TIMEOUT_ERR
public static final short TIMEOUT_ERR
- See Also:
- Constant Field Values
SQLError
protected SQLError()
getCode
public final short getCode()
getMessage
public final String getMessage()
getName
public final String getName()
Copyright © 2014. All rights reserved.