C# 클래스 TShockAPI.DB.SqlTableCreator

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

공개 메소드들

메소드 설명
DeleteRow ( string table, List wheres ) : void
EnsureTableStructure ( SqlTable table ) : bool
GetColumns ( SqlTable table ) : List
SqlTableCreator ( IDbConnection db, IQueryBuilder provider ) : System

비공개 메소드들

메소드 설명
EnsureExists ( SqlTable table ) : void

메소드 상세

DeleteRow() 공개 메소드

public DeleteRow ( string table, List wheres ) : void
table string
wheres List
리턴 void

EnsureTableStructure() 공개 메소드

public EnsureTableStructure ( SqlTable table ) : bool
table SqlTable
리턴 bool

GetColumns() 공개 메소드

public GetColumns ( SqlTable table ) : List
table SqlTable
리턴 List

SqlTableCreator() 공개 메소드

public SqlTableCreator ( IDbConnection db, IQueryBuilder provider ) : System
db IDbConnection
provider IQueryBuilder
리턴 System