Click or drag to resize
Akka.NETSqliteSnapshotQueryExecutor Class
TBD
Inheritance Hierarchy
SystemObject
  Akka.Persistence.Sql.Common.SnapshotAbstractQueryExecutor
    Akka.Persistence.Sqlite.SnapshotSqliteSnapshotQueryExecutor

Namespace:  Akka.Persistence.Sqlite.Snapshot
Assembly:  Akka.Persistence.Sqlite (in Akka.Persistence.Sqlite.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class SqliteSnapshotQueryExecutor : AbstractQueryExecutor

The SqliteSnapshotQueryExecutor type exposes the following members.

Constructors
  NameDescription
Public methodSqliteSnapshotQueryExecutor
TBD
Top
Properties
Methods
  NameDescription
Protected methodAddParameter
TBD
(Inherited from AbstractQueryExecutor.)
Protected methodCreateCommand
TBD
(Overrides AbstractQueryExecutorCreateCommand(DbConnection).)
Public methodCreateTableAsync
TBD
(Inherited from AbstractQueryExecutor.)
Public methodDeleteAsync
TBD
(Inherited from AbstractQueryExecutor.)
Public methodDeleteBatchAsync
TBD
(Inherited from AbstractQueryExecutor.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetCommand
TBD
(Inherited from AbstractQueryExecutor.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetSnapshot
TBD
(Inherited from AbstractQueryExecutor.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsertAsync
TBD
(Inherited from AbstractQueryExecutor.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodReadSnapshot
TBD
(Overrides AbstractQueryExecutorReadSnapshot(DbDataReader).)
Public methodSelectSnapshotAsync
TBD
(Inherited from AbstractQueryExecutor.)
Protected methodSetManifestParameter
TBD
(Inherited from AbstractQueryExecutor.)
Protected methodSetPayloadParameter
TBD
(Inherited from AbstractQueryExecutor.)
Protected methodSetPersistenceIdParameter
TBD
(Inherited from AbstractQueryExecutor.)
Protected methodSetSequenceNrParameter
TBD
(Inherited from AbstractQueryExecutor.)
Protected methodSetTimestampParameter
TBD
(Overrides AbstractQueryExecutorSetTimestampParameter(DateTime, DbCommand).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldSerialization
TBD
(Inherited from AbstractQueryExecutor.)
Top
Extension Methods
See Also