C# Class RPGGame.Common.GameDB

Afficher le fichier Open project: SyncZone/Examples

Méthodes publiques

Méthode Description
GetMySql ( Int32 shardKey ) : ConnectionPool
NewCommand ( Int32 shardKey ) : DBCommand

Private Methods

Méthode Description
AddDBInfo ( DBInfo info ) : void
Release ( ) : void

Method Details

GetMySql() public static méthode

public static GetMySql ( Int32 shardKey ) : ConnectionPool
shardKey System.Int32
Résultat ConnectionPool

NewCommand() public static méthode

public static NewCommand ( Int32 shardKey ) : DBCommand
shardKey System.Int32
Résultat DBCommand