C# (CSharp) Mono.Data.Sqlite Namespace

Nested Namespaces

Mono.Data.Sqlite.Orm

Classes

Name Description
CommitEventArgs Event arguments raised when a transaction is being committed
CriticalHandle
SQLite3 This class implements SQLiteBase completely, and is the guts of the code that interop's SQLite with .NET
SQLite3.FunctionData
SR
Sqlite3_UTF16 Alternate Sqlite3 object, overriding many text behaviors to support UTF-16 (Unicode)
SqliteBase This internal class provides the foundation of Sqlite support. It defines all the abstract members needed to implement a Sqlite data provider, and inherits from SqliteConvert which allows for simple translations of string to and from Sqlite.
SqliteCommand
SqliteConnection SQLite implentation of DbConnection.
SqliteConnectionHandle
SqliteConnectionStringBuilder
SqliteConvert This base class provides datatype conversion services for the SQLite provider.
SqliteDataAdapter
SqliteDataReader SQLite implementation of DbDataReader.
SqliteException.SqliteException
SqliteFunction This abstract class is designed to handle user-defined functions easily. An instance of the derived class is made for each connection to the database.
SqliteMetaDataCollectionNames MetaDataCollections specific to SQLite
SqliteParameter
SqliteStatement Represents a single SQL statement in Sqlite.
SqliteStatementHandle
SqliteTransaction Sqlite implementation of DbTransaction.
SqliteType Struct used internally to determine the datatype of a column in a resultset
UnsafeNativeMethods
UpdateEventArgs Passed during an Update callback, these event arguments detail the type of update operation being performed on the given connection.