C# 클래스 Movie4You.Database

파일 보기 프로젝트 열기: ISK-2015/projekt-zespolowy 1 사용 예제들

공개 메소드들

메소드 설명
ChangePassword ( string pass ) : void
Connect ( ) : void
Database ( string password ) : System
Database ( string server, string database, string user, string password ) : System
Delete ( ) : void
Disconnect ( ) : void
Insert ( ) : void
Select ( string what, string where ) : DataSet
Select ( string what, string where, string order ) : DataSet
TryConnect ( ) : bool
Update ( ) : void

메소드 상세

ChangePassword() 공개 메소드

public ChangePassword ( string pass ) : void
pass string
리턴 void

Connect() 공개 메소드

public Connect ( ) : void
리턴 void

Database() 공개 메소드

public Database ( string password ) : System
password string
리턴 System

Database() 공개 메소드

public Database ( string server, string database, string user, string password ) : System
server string
database string
user string
password string
리턴 System

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void

Insert() 공개 메소드

public Insert ( ) : void
리턴 void

Select() 공개 메소드

public Select ( string what, string where ) : DataSet
what string
where string
리턴 System.Data.DataSet

Select() 공개 메소드

public Select ( string what, string where, string order ) : DataSet
what string
where string
order string
리턴 System.Data.DataSet

TryConnect() 공개 메소드

public TryConnect ( ) : bool
리턴 bool

Update() 공개 메소드

public Update ( ) : void
리턴 void