Class SqliteSnapshotQueryExecutor
TBD
Implements
Inherited Members
Namespace: Akka.Persistence.Sqlite.Snapshot
Assembly: Akka.Persistence.Sqlite.dll
Syntax
public class SqliteSnapshotQueryExecutor : AbstractQueryExecutor, ISnapshotQueryExecutor
Constructors
| Improve this Doc View SourceSqliteSnapshotQueryExecutor(QueryConfiguration, Serialization)
TBD
Declaration
public SqliteSnapshotQueryExecutor(QueryConfiguration configuration, Serialization serialization)
Parameters
Type | Name | Description |
---|---|---|
QueryConfiguration | configuration | TBD |
Serialization | serialization | TBD |
Properties
| Improve this Doc View SourceCreateSnapshotTableSql
TBD
Declaration
protected override string CreateSnapshotTableSql { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
| Improve this Doc View SourceInsertSnapshotSql
TBD
Declaration
protected override string InsertSnapshotSql { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
Methods
| Improve this Doc View SourceCreateCommand(DbConnection)
TBD
Declaration
protected override DbCommand CreateCommand(DbConnection connection)
Parameters
Type | Name | Description |
---|---|---|
DbConnection | connection | TBD |
Returns
Type | Description |
---|---|
DbCommand | TBD |
Overrides
| Improve this Doc View SourceReadSnapshot(DbDataReader)
TBD
Declaration
protected override SelectedSnapshot ReadSnapshot(DbDataReader reader)
Parameters
Type | Name | Description |
---|---|---|
DbDataReader | reader | TBD |
Returns
Type | Description |
---|---|
SelectedSnapshot | TBD |
Overrides
| Improve this Doc View SourceSetTimestampParameter(DateTime, DbCommand)
TBD
Declaration
protected override void SetTimestampParameter(DateTime timestamp, DbCommand command)
Parameters
Type | Name | Description |
---|---|---|
DateTime | timestamp | TBD |
DbCommand | command | TBD |