Crestron.SimplSharp.SQLite
Classes
Class | Description | |
---|---|---|
![]() | AuthorizerEventArgs |
The data associated with a call into the authorizer.
|
![]() | CommitEventArgs |
Event arguments raised when a transaction is being committed
|
![]() | ConnectionEventArgs |
Event data for connection event handlers.
|
![]() | SQLiteCommand |
SQLite implementation of DbCommand.
|
![]() | SQLiteCommandBuilder |
SQLite implementation of DbCommandBuilder.
|
![]() | SQLiteConnection |
SQLite implementation of DbConnection.
|
![]() | SQLiteDataAdapter |
SQLite implementation of DbDataAdapter.
|
![]() | SQLiteDataReader |
SQLite implementation of DbDataReader.
|
![]() | SQLiteException |
SQLite exception class.
|
![]() | SQLiteParameter |
SQLite implementation of DbParameter.
|
![]() | SQLiteParameterCollection |
SQLite implementation of DbParameterCollection.
|
![]() | SQLiteTransaction |
SQLite implementation of DbTransaction.
|
![]() | TraceEventArgs |
Passed during an Trace callback, these event arguments contain the UTF-8 rendering of the SQL statement text
|
![]() | UpdateEventArgs |
Passed during an Update callback, these event arguments detail the type of update operation being performed
on the given connection.
|
Delegates
Delegate | Description | |
---|---|---|
![]() | SQLiteAuthorizerEventHandler |
Raised when authorization is required to perform an action contained
within a SQL query.
|
![]() | SQLiteBackupCallback |
Raised between each backup step.
|
![]() | SQLiteCommitHandler |
Raised when a transaction is about to be committed. To roll back a transaction, set the
rollbackTrans boolean value to true.
|
![]() | SQLiteConnectionEventHandler |
Raised when an event pertaining to a connection occurs.
|
![]() | SQLiteTraceEventHandler |
Raised when a statement first begins executing on a given connection
|
![]() | SQLiteUpdateEventHandler |
Raised when data is inserted, updated and deleted on a given connection
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | SQLiteAuthorizerActionCode |
The action code responsible for the current call into the authorizer.
|
![]() | SQLiteAuthorizerReturnCode |
The return code for the current call into the authorizer.
|
![]() | SQLiteConnectionEventType |
These are the event types associated with the
SQLiteConnectionEventHandler
delegate (and its corresponding event) and the
ConnectionEventArgs class.
|
![]() | SQLiteConnectionFlags |
The extra behavioral flags that can be applied to a connection.
|
![]() | SQLiteDateFormats |
This implementation of SQLite for ADO.NET can process date/time fields in
databases in one of six formats.
|
![]() | SQLiteErrorCode |
SQLite error codes. Actually, this enumeration represents a return code,
which may also indicate success in one of several ways (e.g. SQLITE_OK,
SQLITE_ROW, and SQLITE_DONE). Therefore, the name of this enumeration is
something of a misnomer.
|
![]() | SQLiteExecuteType |
The requested command execution type. This controls which method of the
SQLiteCommand object will be called.
|
![]() | SQLiteJournalModeEnum |
This enum determines how SQLite treats its journal file.
|
![]() | TypeAffinity |
SQLite has very limited types, and is inherently text-based. The first 5 types below represent the sum of all types SQLite
understands. The DateTime extension to the spec is for internal use only.
|
![]() | UpdateEventType |
Whenever an update event is triggered on a connection, this enum will indicate
exactly what type of operation is being performed.
|