C# 클래스 MWS.Data.DAL

파일 보기 프로젝트 열기: Movilizer/.NET_Connector

공개 프로퍼티들

프로퍼티 타입 설명
_connector DBConnector

공개 메소드들

메소드 설명
Disconnect ( ) : void

보호된 메소드들

메소드 설명
BeginTransaction ( ) : void
CommitTransaction ( ) : void
DAL ( ) : System
FetchArray ( string sql ) : string[][]
FetchArrayList ( string sql ) : ArrayList
FetchData ( string sql ) : string>[].Dictionary
FetchDouble ( string sql ) : double
FetchInteger ( string sql ) : int
FetchScalar ( string sql ) : object
FetchSingle ( string sql ) : string>.Dictionary
FetchString ( string sql ) : string
Insert ( string sql ) : object
RollbackTransaction ( ) : void
Update ( string sql ) : object

메소드 상세

BeginTransaction() 보호된 메소드

protected BeginTransaction ( ) : void
리턴 void

CommitTransaction() 보호된 메소드

protected CommitTransaction ( ) : void
리턴 void

DAL() 보호된 메소드

protected DAL ( ) : System
리턴 System

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void

FetchArray() 보호된 메소드

protected FetchArray ( string sql ) : string[][]
sql string
리턴 string[][]

FetchArrayList() 보호된 메소드

protected FetchArrayList ( string sql ) : ArrayList
sql string
리턴 System.Collections.ArrayList

FetchData() 보호된 메소드

protected FetchData ( string sql ) : string>[].Dictionary
sql string
리턴 string>[].Dictionary

FetchDouble() 보호된 메소드

protected FetchDouble ( string sql ) : double
sql string
리턴 double

FetchInteger() 보호된 메소드

protected FetchInteger ( string sql ) : int
sql string
리턴 int

FetchScalar() 보호된 메소드

protected FetchScalar ( string sql ) : object
sql string
리턴 object

FetchSingle() 보호된 메소드

protected FetchSingle ( string sql ) : string>.Dictionary
sql string
리턴 string>.Dictionary

FetchString() 보호된 메소드

protected FetchString ( string sql ) : string
sql string
리턴 string

Insert() 보호된 메소드

protected Insert ( string sql ) : object
sql string
리턴 object

RollbackTransaction() 보호된 메소드

protected RollbackTransaction ( ) : void
리턴 void

Update() 보호된 메소드

protected Update ( string sql ) : object
sql string
리턴 object

프로퍼티 상세

_connector 공개적으로 프로퍼티

public DBConnector,MWS.Data _connector
리턴 DBConnector