C# 클래스 TShockAPI.DB.MysqlQueryCreator

상속: GenericQueryCreator, IQueryBuilder
파일 보기 프로젝트 열기: NyxStudios/TShock 1 사용 예제들

공개 메소드들

메소드 설명
CreateTable ( SqlTable table ) : string
DbTypeToString ( MySqlDbType type, int length ) : string
RenameTable ( string from, string to ) : string

보호된 메소드들

메소드 설명
EscapeTableName ( string table ) : string

메소드 상세

CreateTable() 공개 메소드

public CreateTable ( SqlTable table ) : string
table SqlTable
리턴 string

DbTypeToString() 공개 메소드

public DbTypeToString ( MySqlDbType type, int length ) : string
type MySqlDbType
length int
리턴 string

EscapeTableName() 보호된 메소드

protected EscapeTableName ( string table ) : string
table string
리턴 string

RenameTable() 공개 메소드

public RenameTable ( string from, string to ) : string
from string
to string
리턴 string