C# 클래스 LoginServer.Systems.MsSQL

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

공개 프로퍼티들

프로퍼티 타입 설명
SQL string
cmd1 System.Data.SqlClient.SqlCommand
connection System.Data.SqlClient.SqlConnection
connection1 System.Data.SqlClient.SqlConnection
da System.Data.SqlClient.SqlDataAdapter
reader System.Data.SqlClient.SqlDataReader

공개 메소드들

메소드 설명
CharacterData ( string charname, string toGet ) : string
CharacterDataInt ( string charname, string toGet ) : int
Close ( ) : void
Connection ( string connections ) : void
Count ( ) : int
DeleteData ( string command ) : void
GetByte ( string column ) : byte
GetData ( string sql, string column ) : string
GetDataDouble ( string column ) : double
GetDataDouble ( string sql, string column ) : double
GetDataFloat ( string column ) : float
GetDataInt ( string sql, string column ) : int
GetDataLong ( string sql, string column ) : long
GetDouble ( string column ) : double
GetInt16 ( string column ) : short
GetInt32 ( string column ) : int
GetInt64 ( string column ) : long
GetRowsCount ( string command ) : int
GetSingle ( string column ) : float
GetString ( string column ) : string
InsertData ( string command ) : void
MsSQL ( string sql ) : System
Read ( ) : System.Data.SqlClient.SqlDataReader
UpdateData ( string command ) : void

메소드 상세

CharacterData() 공개 정적인 메소드

public static CharacterData ( string charname, string toGet ) : string
charname string
toGet string
리턴 string

CharacterDataInt() 공개 정적인 메소드

public static CharacterDataInt ( string charname, string toGet ) : int
charname string
toGet string
리턴 int

Close() 공개 메소드

public Close ( ) : void
리턴 void

Connection() 공개 정적인 메소드

public static Connection ( string connections ) : void
connections string
리턴 void

Count() 공개 메소드

public Count ( ) : int
리턴 int

DeleteData() 공개 정적인 메소드

public static DeleteData ( string command ) : void
command string
리턴 void

GetByte() 공개 메소드

public GetByte ( string column ) : byte
column string
리턴 byte

GetData() 공개 정적인 메소드

public static GetData ( string sql, string column ) : string
sql string
column string
리턴 string

GetDataDouble() 공개 메소드

public GetDataDouble ( string column ) : double
column string
리턴 double

GetDataDouble() 공개 정적인 메소드

public static GetDataDouble ( string sql, string column ) : double
sql string
column string
리턴 double

GetDataFloat() 공개 메소드

public GetDataFloat ( string column ) : float
column string
리턴 float

GetDataInt() 공개 정적인 메소드

public static GetDataInt ( string sql, string column ) : int
sql string
column string
리턴 int

GetDataLong() 공개 정적인 메소드

public static GetDataLong ( string sql, string column ) : long
sql string
column string
리턴 long

GetDouble() 공개 메소드

public GetDouble ( string column ) : double
column string
리턴 double

GetInt16() 공개 메소드

public GetInt16 ( string column ) : short
column string
리턴 short

GetInt32() 공개 메소드

public GetInt32 ( string column ) : int
column string
리턴 int

GetInt64() 공개 메소드

public GetInt64 ( string column ) : long
column string
리턴 long

GetRowsCount() 공개 정적인 메소드

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

GetSingle() 공개 메소드

public GetSingle ( string column ) : float
column string
리턴 float

GetString() 공개 메소드

public GetString ( string column ) : string
column string
리턴 string

InsertData() 공개 정적인 메소드

public static InsertData ( string command ) : void
command string
리턴 void

MsSQL() 공개 메소드

public MsSQL ( string sql ) : System
sql string
리턴 System

Read() 공개 메소드

public Read ( ) : System.Data.SqlClient.SqlDataReader
리턴 System.Data.SqlClient.SqlDataReader

UpdateData() 공개 정적인 메소드

public static UpdateData ( string command ) : void
command string
리턴 void

프로퍼티 상세

SQL 공개적으로 프로퍼티

public string SQL
리턴 string

cmd1 공개적으로 프로퍼티

public SqlCommand,System.Data.SqlClient cmd1
리턴 System.Data.SqlClient.SqlCommand

connection 공개적으로 정적으로 프로퍼티

public static SqlConnection,System.Data.SqlClient connection
리턴 System.Data.SqlClient.SqlConnection

connection1 공개적으로 프로퍼티

public SqlConnection,System.Data.SqlClient connection1
리턴 System.Data.SqlClient.SqlConnection

da 공개적으로 정적으로 프로퍼티

public static SqlDataAdapter,System.Data.SqlClient da
리턴 System.Data.SqlClient.SqlDataAdapter

reader 공개적으로 프로퍼티

public SqlDataReader,System.Data.SqlClient reader
리턴 System.Data.SqlClient.SqlDataReader