Click or drag to resize
Akka.NETAbstractQueryExecutor Class
TBD
Inheritance Hierarchy

Namespace:  Akka.Persistence.Sql.Common.Snapshot
Assembly:  Akka.Persistence.Sql.Common (in Akka.Persistence.Sql.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public abstract class AbstractQueryExecutor : ISnapshotQueryExecutor

The AbstractQueryExecutor type exposes the following members.

Constructors
  NameDescription
Protected methodAbstractQueryExecutor
TBD
Top
Properties
Methods
  NameDescription
Protected methodAddParameter
TBD
Protected methodCreateCommand
TBD
Public methodCreateTableAsync
TBD
Public methodDeleteAsync
TBD
Public methodDeleteBatchAsync
TBD
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
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetSnapshot
TBD
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsertAsync
TBD
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodReadSnapshot
TBD
Public methodSelectSnapshotAsync
TBD
Protected methodSetManifestParameter
TBD
Protected methodSetPayloadParameter
TBD
Protected methodSetPersistenceIdParameter
TBD
Protected methodSetSequenceNrParameter
TBD
Protected methodSetTimestampParameter
TBD
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldSerialization
TBD
Top
Extension Methods
See Also