Searched defs:SQLException (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/storage/
H A DSQLException.h40 class SQLException : public ExceptionBase { class in namespace:WebCore
42 static PassRefPtr<SQLException> create(const ExceptionCodeDescription& description)
44 return adoptRef(new SQLException(description));
62 SQLException(const ExceptionCodeDescription& description) function in class:WebCore::SQLException

Completed in 50 milliseconds