Show / Hide Table of Contents

Class SqlConnectionHolder

Inheritance
System.Object
SqlConnectionHolder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AttackSurfaceAnalyzer.Objects
Assembly: AsaLib.dll
Syntax
public class SqlConnectionHolder

Constructors

| Improve this Doc View Source

SqlConnectionHolder(String, DBSettings)

Declaration
public SqlConnectionHolder(string databaseFilename, DBSettings dBSettings = null)
Parameters
Type Name Description
System.String databaseFilename
DBSettings dBSettings

Properties

| Improve this Doc View Source

Connection

Declaration
public SqliteConnection Connection { get; set; }
Property Value
Type Description
SqliteConnection
| Improve this Doc View Source

IsWriting

Declaration
public bool IsWriting { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

KeepRunning

Declaration
public bool KeepRunning { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Source

Declaration
public string Source { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Transaction

Declaration
public SqliteTransaction? Transaction { get; set; }
Property Value
Type Description
System.Nullable<SqliteTransaction>
| Improve this Doc View Source

WriteQueue

Declaration
public ConcurrentStack<WriteObject> WriteQueue { get; }
Property Value
Type Description
System.Collections.Concurrent.ConcurrentStack<WriteObject>

Methods

| Improve this Doc View Source

BeginTransaction()

Declaration
public void BeginTransaction()
| Improve this Doc View Source

Commit()

Declaration
public void Commit()
| Improve this Doc View Source

Destroy()

Declaration
public void Destroy()
| Improve this Doc View Source

KeepFlushQueue()

Declaration
public void KeepFlushQueue()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX