C# Class Sakuno.KanColle.Amatsukaze.Game.Services.Records.RecordsGroup

Inheritance: IDisposable
Mostra file Open project: amatukaze/IntelligentNavalGun

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
CheckVersion ( ) : void
CreateTable ( ) : void
InitializeTableVersion ( ) : void
Load ( ) : void
RecordsGroup ( SQLiteConnection connection ) : System
UpdateVersion ( int rpVersion ) : void
UpgradeFromOldVersionPostprocessStep ( int oldVersion ) : void
UpgradeFromOldVersionPreprocessStep ( int oldVersion ) : void

Private Methods

Method Description
Connect ( ) : void

Method Details

CheckVersion() protected method

protected CheckVersion ( ) : void
return void

CreateTable() protected abstract method

protected abstract CreateTable ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

InitializeTableVersion() protected method

protected InitializeTableVersion ( ) : void
return void

Load() protected method

protected Load ( ) : void
return void

RecordsGroup() protected method

protected RecordsGroup ( SQLiteConnection connection ) : System
connection System.Data.SQLite.SQLiteConnection
return System

UpdateVersion() protected method

protected UpdateVersion ( int rpVersion ) : void
rpVersion int
return void

UpgradeFromOldVersionPostprocessStep() protected method

protected UpgradeFromOldVersionPostprocessStep ( int oldVersion ) : void
oldVersion int
return void

UpgradeFromOldVersionPreprocessStep() protected method

protected UpgradeFromOldVersionPreprocessStep ( int oldVersion ) : void
oldVersion int
return void