Click or drag to resize
Akka.NETAbstractQueryExecutor Class
TBD
Inheritance Hierarchy
SystemObject
  Akka.Persistence.Sql.Common.JournalAbstractQueryExecutor

Namespace:  Akka.Persistence.Sql.Common.Journal
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 : IJournalQueryExecutor

The AbstractQueryExecutor type exposes the following members.

Constructors
  NameDescription
Protected methodAbstractQueryExecutor
TBD
Top
Properties
Methods
  NameDescription
Protected methodAddParameter
TBD
Protected methodCreateCommand
TBD
Public methodCreateTablesAsync
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.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodHintToSql
TBD
Public methodInsertBatchAsync
TBD
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodReadEvent
TBD
Public methodSelectAllPersistenceIdsAsync
TBD
Public methodSelectByPersistenceIdAsync
TBD
Public methodSelectByTagAsync
TBD
Public methodSelectEventsAsync
TBD
Public methodSelectHighestSequenceNrAsync
TBD
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodWriteEvent
TBD
Top
Fields
Extension Methods
See Also