Method |
Description |
|
AccountIdUpgrade ( DbConnection connection ) : void |
|
|
CopyTable ( DbConnection connection, string tableName, string createTableQuery ) : void |
|
|
CopyTableTransaction ( DbConnection connection, string tableName, string createTableQuery ) : void |
|
|
DropOldTable ( DbConnection connection, string tableName ) : void |
|
|
DropTable ( DbConnection connection, string tableName ) : void |
|
|
ExecuteScript ( DbConnection connection, string script ) : void |
|
|
GameIdUpgrade ( DbConnection connection ) : void |
|
|
GetIndexNames ( string query ) : List |
|
|
GetTableFieldsFromCreateTableQuery ( string query ) : string |
|
|
RemoveIndex ( DbConnection connection, string index ) : void |
|
|
RemoveIndices ( DbConnection connection, List indexNames ) : void |
|
|
RemoveIndicesBasedOnQuery ( DbConnection connection, string query ) : void |
|
|
RenameTable ( DbConnection connection, string from, string to ) : void |
|
|
TierSystemUpgrade ( DbConnection connection ) : void |
|
|
UnknownPlayerUpgrade ( DbConnection connection ) : void |
|
|
UpgradeDatabase ( ) : void |
|
|
Vacuum ( DbConnection connection ) : void |
|
|