webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebCore::SQLTransactionWrapper Class Referenceabstract

#include <SQLTransaction.h>

Inheritance diagram for WebCore::SQLTransactionWrapper:
WTF::ThreadSafeRefCounted< SQLTransactionWrapper > WTF::ThreadSafeRefCountedBase WTF::ThreadSafeRefCountedBase WTF::ThreadSafeRefCountedBase WebCore::ChangeVersionWrapper

Public Member Functions

virtual ~SQLTransactionWrapper ()
 
virtual bool performPreflight (SQLTransaction &)=0
 
virtual bool performPostflight (SQLTransaction &)=0
 
virtual SQLErrorsqlError () const =0
 
virtual void handleCommitFailedAfterPostflight (SQLTransaction &)=0
 
- Public Member Functions inherited from WTF::ThreadSafeRefCounted< SQLTransactionWrapper >
void deref () const
 
void deref () const
 
void deref () const
 
- Public Member Functions inherited from WTF::ThreadSafeRefCountedBase
 ThreadSafeRefCountedBase ()=default
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
 ThreadSafeRefCountedBase ()=default
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
 ThreadSafeRefCountedBase ()=default
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 

Additional Inherited Members

- Protected Member Functions inherited from WTF::ThreadSafeRefCounted< SQLTransactionWrapper >
 ThreadSafeRefCounted ()=default
 
 ThreadSafeRefCounted ()=default
 
 ThreadSafeRefCounted ()=default
 
- Protected Member Functions inherited from WTF::ThreadSafeRefCountedBase
bool derefBase () const
 
bool derefBase () const
 
bool derefBase () const
 

Constructor & Destructor Documentation

◆ ~SQLTransactionWrapper()

virtual WebCore::SQLTransactionWrapper::~SQLTransactionWrapper ( )
inlinevirtual

Member Function Documentation

◆ handleCommitFailedAfterPostflight()

virtual void WebCore::SQLTransactionWrapper::handleCommitFailedAfterPostflight ( SQLTransaction )
pure virtual

◆ performPostflight()

virtual bool WebCore::SQLTransactionWrapper::performPostflight ( SQLTransaction )
pure virtual

◆ performPreflight()

virtual bool WebCore::SQLTransactionWrapper::performPreflight ( SQLTransaction )
pure virtual

◆ sqlError()

virtual SQLError* WebCore::SQLTransactionWrapper::sqlError ( ) const
pure virtual

The documentation for this class was generated from the following file: