C# 클래스 DarkEmu_GameServer.Systems.MsSQL

파일 보기 프로젝트 열기: CarlosX/DarkEmu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Close ( ) : void
Connection ( string connections ) : void
Count ( ) : int
DeleteData ( string command ) : void
GetData ( string sql, string column ) : string
GetDataDouble ( string sql, string column ) : double
GetDataInt ( string sql, string column ) : int
GetDataLong ( string sql, string column ) : long
GetRowsCount ( string command ) : int
InsertData ( string command ) : void
MsSQL ( string sql ) : System
Read ( ) : System.Data.SqlClient.SqlDataReader
UpdateData ( string command ) : void
Varsa ( string command ) : bool

메소드 상세

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

GetData() 공개 정적인 메소드

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

GetDataDouble() 공개 정적인 메소드

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

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

GetRowsCount() 공개 정적인 메소드

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

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

Varsa() 공개 정적인 메소드

public static Varsa ( string command ) : bool
command string
리턴 bool

프로퍼티 상세

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