dotConnect for SQLite Documentation
Inheritance Hierarchy
In This Topic
    Devart.Data.SQLite Namespace
    In This Topic
    Classes
     ClassDescription
    ClassBase class for user-defined aggregate functions.
    ClassGeneric base class for user-defined aggregate functions without parameters.
    ClassGeneric base class for user-defined aggregate functions with one parameter.
    ClassGeneric base class for user-defined aggregate functions with two parameters.
    ClassGeneric base class for user-defined aggregate functions with three parameters.
    ClassGeneric base class for user-defined aggregate functions with four parameters.
    ClassGeneric base class for user-defined aggregate functions with four parameters.
    ClassGeneric base class for user-defined aggregate functions with four parameters.
    ClassGeneric base class for user-defined aggregate functions with four parameters.
    ClassGeneric base class for user-defined aggregate functions with four parameters.
    ClassRepresents a variable-length stream of binary data to be stored in or retrieved from a database.
    ClassBase class for user-defined collation functions.
    ClassRepresents a SQL statement to execute against SQLite.
    ClassAutomatically generates single-table commands used to reconcile changes made to a System.Data.DataSet with the SQLite.
    ClassRepresents an open connection to SQLite.
    ClassGenerates automatically connection strings used to connect to SQLite.
    ClassRepresents a set of data commands and a data source connection that are used to fill the System.Data.DataSet and update a SQLite data.
    ClassReads a forward-only stream of rows from SQLite.
    ClassRepresents an in-memory cache of data with support for SQLite-specific features.
    ClassRepresents a single object that provides all of the functionality needed to retrieve and manipulate data from a SQLite data source.
    ClassServes to store a database or its parts as a script and also to restore database from the received script.
    ClassProvides data for the SQLiteConnection.Error event.
    ClassThe exception that is generated when SQLite returns an error.
    ClassBase class for user-defined functions.
    ClassEnumerates collection names you can use for metadata retrieval purposes.
    ClassMonitors dynamic SQL execution in applications that use dotConnect for SQLite.
    ClassRepresents a parameter to a SQLiteCommand, and optionally, its mapping to System.Data.DataSet columns.
    ClassCollects all parameters relevant to a SQLiteCommand as well as their respective mappings to System.Data.DataSet columns.
    ClassRepresents a factory required to create inheritors of generic base classes to use with dotConnect for SQLite.
    ClassProvides data for the SQLiteDataAdapter.RowUpdated event.
    ClassProvides data for the SQLiteDataAdapter.RowUpdating event. This class cannot be inherited.
    ClassBase class for user-defined scalar functions.
    ClassBase class for user-defined scalar functions with no parameters.
    ClassBase class for user-defined scalar functions with one parameter.
    ClassBase class for user-defined scalar functions with two parameters.
    ClassBase class for user-defined scalar functions with three parameters.
    ClassBase class for user-defined scalar functions with four parameters.
    ClassBase class for user-defined scalar functions with four parameters.
    ClassBase class for user-defined scalar functions with four parameters.
    ClassBase class for user-defined scalar functions with four parameters.
    ClassBase class for user-defined scalar functions with four parameters.
    ClassServes to execute series of SQL statements separated by special symbols.
    ClassRepresents SQLite LIMIT clause.
    ClassRepresents SQLite SELECT statement.
    ClassRepresents a variable-length stream of characters to be stored in or retrieved from the database.
    ClassRepresents a SQL transaction to be made in the SQLite database.
    Structures
     StructureDescription
    StructureRepresents the SQLite datetime data type.
    Delegates
     DelegateDescription
    DelegateRepresents the method that will handle the SQLiteConnection.Error event of SQLiteConnection.
    DelegateRepresents the method that can be registered as a callback function to be called periodically during long running calls to the database.
    DelegateRepresents the method that will handle the SQLiteDataAdapter.RowUpdated event of an SQLiteDataAdapter.
    DelegateRepresents the method that will handle the SQLiteDataAdapter.RowUpdating event of an SQLiteDataAdapter.
    Enumerations
     EnumerationDescription
    EnumerationDetermines the auto-vacuum flag in the database.
    EnumerationDetermines whether the database is encrypted and kind of the database encryption.
    EnumerationDetermines the journal mode for database.
    EnumerationDetermines whether the database is locked or not.
    EnumerationDetermines the format of datetime fields.
    EnumerationDetermines which database objects will be included in the dump text.
    EnumerationDetermines the type of error that occurred in the database.
    EnumerationDetermines whether to enforce foreign key constraints.
    EnumerationDetermines whether to overwrite the deleted data with zeroes.
    EnumerationDetermines how the database is locked during transactions.
    EnumerationSpecifies the data type of a field or a parameter.
    EnumerationDetermines how the database is synchronized with writing to hard disk.
    EnumerationDetermines where temporary tables and indices are stored.
    See Also