Table of Contents

Class MDSQLiteTransaction

Namespace
PowerSync.Common.MDSQLite
Assembly
PowerSync.Common.dll
public class MDSQLiteTransaction : ITransaction, ILockContext, IDBGetUtils
Inheritance
MDSQLiteTransaction
Implements
Inherited Members

Constructors

MDSQLiteTransaction(MDSQLiteConnection)

Methods

Begin()
Commit()
Execute(string, object?[]?)
ExecuteBatch(string, object?[][]?)
Get(string, object?[]?)
GetAll(string, object?[]?)
GetAll<T>(string, object?[]?)
GetOptional(string, object?[]?)
GetOptional<T>(string, object?[]?)
Get<T>(string, object?[]?)
Rollback()