SQLiteExecute Class |
Namespace: VirtualRadar.Database
The SQLiteExecute type exposes the following members.
Name | Description | |
---|---|---|
![]() | SQLiteExecute |
Creates a new object.
|
Name | Description | |
---|---|---|
![]() | RetryIfLocked |
Gets or sets a value indicating that the action should be retried if the database is locked.
|
![]() | RetryIfLockedTimeout |
Gets or sets the number of milliseconds that must elapse before the code gives up retrying an action that is failing due
to a database lock.
|
Name | Description | |
---|---|---|
![]() | CallActionUntilUnlocked |
Calls the action passed across. If the action throws a SQLite locked exception then it retries
the action.
|
![]() | Equals | (Inherited from Object.) |
![]() | ExecuteNonQuery |
Performs the ExecuteNonQuery operation on the command, returning the result. Will retry the command if
the attempt fails due to a locked database.
|
![]() | ExecuteReader(IDbCommand) |
Performs the ExecuteReader operation on the command, returning the result. Will retry the command if
the attempt fails due to a locked database.
|
![]() | ExecuteReader(IDbCommand, CommandBehavior) |
Performs the ExecuteReader operation on the command, returning the result. Will retry the command if
the attempt fails due to a locked database.
|
![]() | ExecuteScalar |
Performs the ExecuteReader operation on the command, returning the result. Will retry the command if
the attempt fails due to a locked database.
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Read |
Performs the Read operation on a data reader, retrying if the read throws a locked exception.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |