Method | Description | |
---|---|---|
BeginTransaction ( ) : System.Data.SQLite.SQLiteTransaction | ||
Close ( ) : void | ||
CreateHuntTable ( |
||
DeleteHuntTable ( |
||
DeleteMessage ( |
||
DeleteMessagesBefore ( |
||
ExecuteNonQuery ( string query ) : void | ||
ExecuteReaderQuery ( string query ) : |
||
ExecuteScalar ( string query ) : object | ||
GetHuntMessages ( |
||
GetUsedItems ( |
||
HuntTableExists ( |
||
Initialize ( ) : void | ||
InsertMessage ( |
||
LootUpdatedEvent ( ) : void | ||
ReplaceDatabase ( string otherDatabase ) : void | ||
UpdateLoot ( ) : void | ||
UpdateUsedItems ( |
Method | Description | |
---|---|---|
OpenConnection ( ) : void |
public static BeginTransaction ( ) : System.Data.SQLite.SQLiteTransaction | ||
return | System.Data.SQLite.SQLiteTransaction |
public static CreateHuntTable ( |
||
hunt | ||
return | void |
public static DeleteHuntTable ( |
||
hunt | ||
return | void |
public static DeleteMessage ( |
||
hunt | ||
msg | string | |
transaction | System.Data.SQLite.SQLiteTransaction | |
return | void |
public static DeleteMessagesBefore ( |
||
h | ||
stamp | int | |
hour | int | |
minute | int | |
return | void |
public static ExecuteNonQuery ( string query ) : void | ||
query | string | |
return | void |
public static ExecuteReaderQuery ( string query ) : |
||
query | string | |
return |
public static ExecuteScalar ( string query ) : object | ||
query | string | |
return | object |
public static GetHuntMessages ( |
||
hunt | ||
return |
public static GetUsedItems ( |
||
h | ||
return |
public static HuntTableExists ( |
||
h | ||
return | bool |
public static InsertMessage ( |
||
hunt | ||
stamp | int | |
hour | int | |
minute | int | |
message | string | |
return | void |
public static ReplaceDatabase ( string otherDatabase ) : void | ||
otherDatabase | string | |
return | void |
public static UpdateUsedItems ( |
||
h | ||
return | void |