C# 클래스 RPGGame.Common.GameDB

파일 보기 프로젝트 열기: SyncZone/Examples

공개 메소드들

메소드 설명
GetMySql ( Int32 shardKey ) : ConnectionPool
NewCommand ( Int32 shardKey ) : DBCommand

비공개 메소드들

메소드 설명
AddDBInfo ( DBInfo info ) : void
Release ( ) : void

메소드 상세

GetMySql() 공개 정적인 메소드

public static GetMySql ( Int32 shardKey ) : ConnectionPool
shardKey System.Int32
리턴 ConnectionPool

NewCommand() 공개 정적인 메소드

public static NewCommand ( Int32 shardKey ) : DBCommand
shardKey System.Int32
리턴 DBCommand