C# 클래스 UserManager.Database

파일 보기 프로젝트 열기: CarlosX/DarkEmu

공개 메소드들

메소드 설명
ChangeData ( string MySqlCommand ) : void
CheckTables ( string tables ) : void
Connect ( DatabaseSettings settings ) : void
GetBool ( string MySqlCommand, string Column ) : bool
GetByte ( string MySqlCommand, string Column ) : byte
GetDouble ( string MySqlCommand, string Column ) : double
GetFloat ( string MySqlCommand, string Column ) : float
GetInt ( string MySqlCommand, string Column ) : int
GetRowsCount ( string MySqlCommand ) : int
GetString ( string MySqlCommand, string Column ) : string
GetUInt ( string MySqlCommand, string Column ) : uint
GetULong ( string MySqlCommand, string Column ) : ulong
GetUShort ( string MySqlCommand, string Column ) : ushort

비공개 메소드들

메소드 설명
Connect ( string DBIp, int DBPort, string DB, string DBUsername, string DBPassword ) : void

메소드 상세

ChangeData() 공개 정적인 메소드

public static ChangeData ( string MySqlCommand ) : void
MySqlCommand string
리턴 void

CheckTables() 공개 정적인 메소드

public static CheckTables ( string tables ) : void
tables string
리턴 void

Connect() 공개 정적인 메소드

public static Connect ( DatabaseSettings settings ) : void
settings DatabaseSettings
리턴 void

GetBool() 공개 정적인 메소드

public static GetBool ( string MySqlCommand, string Column ) : bool
MySqlCommand string
Column string
리턴 bool

GetByte() 공개 정적인 메소드

public static GetByte ( string MySqlCommand, string Column ) : byte
MySqlCommand string
Column string
리턴 byte

GetDouble() 공개 정적인 메소드

public static GetDouble ( string MySqlCommand, string Column ) : double
MySqlCommand string
Column string
리턴 double

GetFloat() 공개 정적인 메소드

public static GetFloat ( string MySqlCommand, string Column ) : float
MySqlCommand string
Column string
리턴 float

GetInt() 공개 정적인 메소드

public static GetInt ( string MySqlCommand, string Column ) : int
MySqlCommand string
Column string
리턴 int

GetRowsCount() 공개 정적인 메소드

public static GetRowsCount ( string MySqlCommand ) : int
MySqlCommand string
리턴 int

GetString() 공개 정적인 메소드

public static GetString ( string MySqlCommand, string Column ) : string
MySqlCommand string
Column string
리턴 string

GetUInt() 공개 정적인 메소드

public static GetUInt ( string MySqlCommand, string Column ) : uint
MySqlCommand string
Column string
리턴 uint

GetULong() 공개 정적인 메소드

public static GetULong ( string MySqlCommand, string Column ) : ulong
MySqlCommand string
Column string
리턴 ulong

GetUShort() 공개 정적인 메소드

public static GetUShort ( string MySqlCommand, string Column ) : ushort
MySqlCommand string
Column string
리턴 ushort