|  | SqliteSnapshotQueryExecutor Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Akka.Persistence.Sqlite.Snapshot
 Syntax
SyntaxThe SqliteSnapshotQueryExecutor type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | SqliteSnapshotQueryExecutor | 
            TBD
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Configuration | 
            TBD
            (Inherited from AbstractQueryExecutor.) | 
|  | CreateSnapshotTableSql | 
            TBD
            (Overrides AbstractQueryExecutorCreateSnapshotTableSql.) | 
|  | DeleteSnapshotRangeSql | 
            TBD
            (Inherited from AbstractQueryExecutor.) | 
|  | DeleteSnapshotSql | 
            TBD
            (Inherited from AbstractQueryExecutor.) | 
|  | InsertSnapshotSql | 
            TBD
            (Overrides AbstractQueryExecutorInsertSnapshotSql.) | 
|  | SelectSnapshotSql | 
            TBD
            (Inherited from AbstractQueryExecutor.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AddParameter | 
            TBD
            (Inherited from AbstractQueryExecutor.) | 
|  | CreateCommand | 
            TBD
            (Overrides AbstractQueryExecutorCreateCommand(DbConnection).) | 
|  | CreateTableAsync | 
            TBD
            (Inherited from AbstractQueryExecutor.) | 
|  | DeleteAsync | 
            TBD
            (Inherited from AbstractQueryExecutor.) | 
|  | DeleteBatchAsync | 
            TBD
            (Inherited from AbstractQueryExecutor.) | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetCommand | 
            TBD
            (Inherited from AbstractQueryExecutor.) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetSnapshot | 
            TBD
            (Inherited from AbstractQueryExecutor.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | InsertAsync | 
            TBD
            (Inherited from AbstractQueryExecutor.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ReadSnapshot | 
            TBD
            (Overrides AbstractQueryExecutorReadSnapshot(DbDataReader).) | 
|  | SelectSnapshotAsync | 
            TBD
            (Inherited from AbstractQueryExecutor.) | 
|  | SetManifestParameter | 
            TBD
            (Inherited from AbstractQueryExecutor.) | 
|  | SetPayloadParameter | 
            TBD
            (Inherited from AbstractQueryExecutor.) | 
|  | SetPersistenceIdParameter | 
            TBD
            (Inherited from AbstractQueryExecutor.) | 
|  | SetSequenceNrParameter | 
            TBD
            (Inherited from AbstractQueryExecutor.) | 
|  | SetTimestampParameter | 
            TBD
            (Overrides AbstractQueryExecutorSetTimestampParameter(DateTime, DbCommand).) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | Serialization | 
            TBD
            (Inherited from AbstractQueryExecutor.) | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | AsInstanceOfT | 
            TBD
            (Defined by Extensions.) | 
|  | Match | Overloaded. 
            Matches the specified target.
            (Defined by PatternMatch.) | 
|  | MatchT | Overloaded. 
            Matches the specified target and return a result of target processing.
            (Defined by PatternMatch.) | 
 See Also
See Also