Database


Description:

public Database (string name, Flavor flavor = CACHE, Flags flags = READ_WRITE) throws DatabaseError, Error

Connect to a SQLite database file

Parameters:

name

Name of the database which is used to create the file-name

flavor

Specifies the flavor of the database

flags

How to open the database