dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteConnection Class

In This Topic
    SQLiteConnection Class Methods
    In This Topic

    For a list of all members of this type, see SQLiteConnection members.

    Public Methods
     NameDescription
    Public MethodOverloaded. Backups (copies) the database using the SQLite Online Backup API.  
    Public MethodStarts an asynchronous invocation of an Open method. (Inherited from Devart.Common.DbConnectionBase)
    Public MethodOverloaded. Begins a transaction at the database.  
    Public MethodOverridden. This method is not supported.  
    Public MethodChanges password for opened SEE or SQLiteCrypt encrypted SQLite databases. Accepts new password only in UTF-8 encoding.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Clears all pools associated with the connection.  
    Public Methodstatic (Shared in Visual Basic)Clears the pool matching ConnectionString of provided SQLiteConnection object.  
    Public MethodCreates a new object that is a copy of the current instance.  
    Public MethodCloses the connection to the database. This is the preferred method of closing any open connection. (Inherited from Devart.Common.DbConnectionBase)
    Public MethodCommits the database transaction.  
    Public MethodCreates and returns a SQLiteCommand object associated with the SQLiteConnection.  
    Public Methodstatic (Shared in Visual Basic)Creates an empty database.  
    Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
    Public Methodstatic (Shared in Visual Basic)Disables the sharing of the database cache and schema data structures between connections to the same database.  
    Public MethodReleases all resources used by the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
    Public Method  
    Public Methodstatic (Shared in Visual Basic)Enables the sharing of the database cache and schema data structures between connections to the same database.  
    Public MethodEnds an asynchronous invocation of the Open method. (Inherited from Devart.Common.DbConnectionBase)
    Public MethodEnlists in the specified transaction. (Inherited from Devart.Common.DbConnectionBase)
    Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Returns list of metadata collections and number of restrictions for a collection. (Inherited from Devart.Common.DbConnectionBase)
    Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Checks whether the specified function is registered in the connection as SQLite user-defined function.  
    Public MethodOverloaded. Loads an SQLite extension library, specified by its file name.  
    Public MethodOverridden. Opens a SQLite connection with the property settings specified by the ConnectionString.  
    Public MethodRegisters user-defined function in the connection.  
    Public MethodOverloaded. Registers a handler to be invoked periodically during long running calls to a database.  
    Public MethodRolls back a transaction from a pending state.  
    Public MethodCreates an SQLCipher-encrypted copy of the current unencrypted database. You must have the SQLite3.dll library with SQLCipher extension in order to use this method.  
    Public MethodReturns a System.String containing the name of the System.ComponentModel.Component, if any. This method should not be overridden. (Inherited from System.ComponentModel.Component)
    Public MethodUnregisters existing SQLite collation function.  
    Public MethodOverloaded. Unregisters existing SQL scalar or aggregate function.  
    Public MethodUnregisters any registered SQLiteProgressCallback progress handler.  
    Top
    See Also