public interface

SQLiteTransactionListener

com.tencent.wcdb.database.SQLiteTransactionListener

Class Overview

A listener for transaction events.

Summary

Public Methods
abstract void onBegin()
Called immediately after the transaction begins.
abstract void onCommit()
Called immediately before commiting the transaction.
abstract void onRollback()
Called if the transaction is about to be rolled back.

Public Methods

public abstract void onBegin ()

Called immediately after the transaction begins.

public abstract void onCommit ()

Called immediately before commiting the transaction.

public abstract void onRollback ()

Called if the transaction is about to be rolled back.