C# 클래스 Hardly.SqlTable

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

공개 프로퍼티들

프로퍼티 타입 설명
primaryKeyHeaders SqlColumnHeaders[]
tableName string

공개 메소드들

메소드 설명
Select ( string join, string what, string whereClause, object vars, string orderBy, uint limit ) : List
Select ( string join, string what, string whereClause, object vars, string orderBy ) : object[]
SelectByPrimaryKey ( object primaryKeyValues ) : object[]
SqlTable ( string tableName ) : System
Update ( string join, string set, string where, object vars ) : bool

메소드 상세

Select() 공개 메소드

public Select ( string join, string what, string whereClause, object vars, string orderBy, uint limit ) : List
join string
what string
whereClause string
vars object
orderBy string
limit uint
리턴 List

Select() 공개 메소드

public Select ( string join, string what, string whereClause, object vars, string orderBy ) : object[]
join string
what string
whereClause string
vars object
orderBy string
리턴 object[]

SelectByPrimaryKey() 공개 메소드

public SelectByPrimaryKey ( object primaryKeyValues ) : object[]
primaryKeyValues object
리턴 object[]

SqlTable() 공개 메소드

public SqlTable ( string tableName ) : System
tableName string
리턴 System

Update() 공개 메소드

public Update ( string join, string set, string where, object vars ) : bool
join string
set string
where string
vars object
리턴 bool

프로퍼티 상세

primaryKeyHeaders 공개적으로 프로퍼티

public SqlColumnHeaders[] primaryKeyHeaders
리턴 SqlColumnHeaders[]

tableName 공개적으로 프로퍼티

public string tableName
리턴 string