Table of Contents

Class MDSQLiteConnection

Namespace
PowerSync.Common.MDSQLite
Assembly
PowerSync.Common.dll
public class MDSQLiteConnection : EventStream<DBAdapterEvents.TablesUpdatedEvent>, IEventStream<DBAdapterEvents.TablesUpdatedEvent>, ICloseable, ILockContext, IDBGetUtils
Inheritance
MDSQLiteConnection
Implements
Inherited Members

Constructors

MDSQLiteConnection(MDSQLiteConnectionOptions)

Fields

Db

Methods

Close()
Execute(string, object?[]?)
ExecuteBatch(string, object?[][]?)
FlushUpdates()
Get(string, object?[]?)
GetAll(string, object?[]?)
GetAll<T>(string, object?[]?)
GetOptional(string, object?[]?)
GetOptional<T>(string, object?[]?)
Get<T>(string, object?[]?)
RefreshSchema()