C# 클래스 wmib.PostgreSQL

상속: Database
파일 보기 프로젝트 열기: benapetr/wikimedia-bot

공개 메소드들

메소드 설명
CacheSize ( ) : int
Commit ( ) : void
Connect ( ) : void
Delete ( string table, string query ) : int
Disconnect ( ) : void
EscapeInput ( string data ) : string
ExecuteNonQuery ( string sql, List bind_var = null ) : void
InsertRow ( string table, Row row ) : bool
PostgreSQL ( ) : System
Select ( string sql, List bind_var = null ) : List>

비공개 메소드들

메소드 설명
BindVars ( string sql, List bind_var, Npgsql c ) : void
HandleError ( string statement, List bind_var = null ) : void

메소드 상세

CacheSize() 공개 메소드

public CacheSize ( ) : int
리턴 int

Commit() 공개 메소드

public Commit ( ) : void
리턴 void

Connect() 공개 메소드

public Connect ( ) : void
리턴 void

Delete() 공개 메소드

public Delete ( string table, string query ) : int
table string
query string
리턴 int

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void

EscapeInput() 공개 메소드

public EscapeInput ( string data ) : string
data string
리턴 string

ExecuteNonQuery() 공개 메소드

public ExecuteNonQuery ( string sql, List bind_var = null ) : void
sql string
bind_var List
리턴 void

InsertRow() 공개 메소드

public InsertRow ( string table, Row row ) : bool
table string
row Row
리턴 bool

PostgreSQL() 공개 메소드

public PostgreSQL ( ) : System
리턴 System

Select() 공개 메소드

public Select ( string sql, List bind_var = null ) : List>
sql string
bind_var List
리턴 List>