webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <SQLException.h>
Public Types | |
enum | SQLExceptionCode { UNKNOWN_ERR = SQLExceptionOffset, DATABASE_ERR = SQLExceptionOffset + 1, VERSION_ERR = SQLExceptionOffset + 2, TOO_LARGE_ERR = SQLExceptionOffset + 3, QUOTA_ERR = SQLExceptionOffset + 4, SYNTAX_ERR = SQLExceptionOffset + 5, CONSTRAINT_ERR = SQLExceptionOffset + 6, TIMEOUT_ERR = SQLExceptionOffset + 7 } |
Static Public Member Functions | |
static Ref< SQLException > | create (const ExceptionCodeDescription &description) |
static bool | initializeDescription (ExceptionCode, ExceptionCodeDescription *) |
Static Public Attributes | |
static const int | SQLExceptionOffset = 1000 |
static const int | SQLExceptionMax = 1099 |
Additional Inherited Members | |
Public Member Functions inherited from WebCore::ExceptionBase | |
unsigned short | code () const |
String | name () const |
String | message () const |
String | toString () const |
unsigned short | code () const |
String | name () const |
String | message () const |
String | toString () const |
Public Member Functions inherited from WTF::RefCounted< ExceptionBase > | |
void | deref () const |
void | deref () const |
void | deref () const |
Public Member Functions inherited from WTF::RefCountedBase | |
void | ref () const |
bool | hasOneRef () const |
unsigned | refCount () const |
void | relaxAdoptionRequirement () |
void | ref () const |
bool | hasOneRef () const |
unsigned | refCount () const |
void | relaxAdoptionRequirement () |
void | ref () const |
bool | hasOneRef () const |
unsigned | refCount () const |
void | relaxAdoptionRequirement () |
Protected Member Functions inherited from WebCore::ExceptionBase | |
ExceptionBase (const ExceptionCodeDescription &) | |
ExceptionBase (unsigned short code, const String &name, const String &message, const String &typeName) | |
ExceptionBase (const ExceptionCodeDescription &) | |
ExceptionBase (unsigned short code, const String &name, const String &message, const String &typeName) | |
Protected Member Functions inherited from WTF::RefCounted< ExceptionBase > | |
RefCounted () | |
RefCounted () | |
RefCounted () | |
~RefCounted () | |
~RefCounted () | |
~RefCounted () | |
Protected Member Functions inherited from WTF::RefCountedBase | |
RefCountedBase () | |
~RefCountedBase () | |
bool | derefBase () const |
bool | deletionHasBegun () const |
RefCountedBase () | |
~RefCountedBase () | |
bool | derefBase () const |
bool | deletionHasBegun () const |
RefCountedBase () | |
~RefCountedBase () | |
bool | derefBase () const |
bool | deletionHasBegun () const |
|
inlinestatic |
|
static |
|
static |
|
static |