C# Class Akka.Persistence.Sqlite.Snapshot.QueryBuilder

Inheritance: ISnapshotQueryBuilder
Afficher le fichier Open project: rogeralsing/akka.net Class Usage Examples

Méthodes publiques

Méthode Description
DeleteMany ( string persistenceId, long maxSequenceNr, System.DateTime maxTimestamp ) : DbCommand
DeleteOne ( string persistenceId, long sequenceNr, System.DateTime timestamp ) : DbCommand
InsertSnapshot ( SnapshotEntry entry ) : DbCommand
QueryBuilder ( SqliteSnapshotSettings settings ) : System
SelectSnapshot ( string persistenceId, long maxSequenceNr, System.DateTime maxTimestamp ) : DbCommand

Method Details

DeleteMany() public méthode

public DeleteMany ( string persistenceId, long maxSequenceNr, System.DateTime maxTimestamp ) : DbCommand
persistenceId string
maxSequenceNr long
maxTimestamp System.DateTime
Résultat System.Data.Common.DbCommand

DeleteOne() public méthode

public DeleteOne ( string persistenceId, long sequenceNr, System.DateTime timestamp ) : DbCommand
persistenceId string
sequenceNr long
timestamp System.DateTime
Résultat System.Data.Common.DbCommand

InsertSnapshot() public méthode

public InsertSnapshot ( SnapshotEntry entry ) : DbCommand
entry Akka.Persistence.Sql.Common.Snapshot.SnapshotEntry
Résultat System.Data.Common.DbCommand

QueryBuilder() public méthode

public QueryBuilder ( SqliteSnapshotSettings settings ) : System
settings SqliteSnapshotSettings
Résultat System

SelectSnapshot() public méthode

public SelectSnapshot ( string persistenceId, long maxSequenceNr, System.DateTime maxTimestamp ) : DbCommand
persistenceId string
maxSequenceNr long
maxTimestamp System.DateTime
Résultat System.Data.Common.DbCommand