FFXIVLIB  0.4.1
FFXIVLIB is a library designed to help creating 3rd party tools for FFXIV
 All Classes Namespaces Functions Variables Enumerations Properties Pages
SQLiteDatabase Member List

This is the complete list of members for SQLiteDatabase, including all inherited members.

ClearDb()SQLiteDatabase
ClearTable(String table)SQLiteDatabase
Delete(String tableName, String where)SQLiteDatabase
ExecuteNonQuery(string sql)SQLiteDatabase
ExecuteScalar(string sql)SQLiteDatabase
GetDataTable(string sql)SQLiteDatabase
GetTables() (defined in SQLiteDatabase)SQLiteDatabase
Insert(String tableName, Dictionary< String, String > data)SQLiteDatabase
SQLiteDatabase()SQLiteDatabase
SQLiteDatabase(String inputFile)SQLiteDatabase
SQLiteDatabase(Dictionary< String, String > connectionOpts)SQLiteDatabase
Update(String tableName, Dictionary< String, String > data, String where)SQLiteDatabase