프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
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 |
public Select ( string join, string what, string whereClause, object vars, string orderBy ) : object[] | ||
join | string | |
what | string | |
whereClause | string | |
vars | object | |
orderBy | string | |
리턴 | object[] |
public SelectByPrimaryKey ( object primaryKeyValues ) : object[] | ||
primaryKeyValues | object | |
리턴 | object[] |
public Update ( string join, string set, string where, object vars ) : bool | ||
join | string | |
set | string | |
where | string | |
vars | object | |
리턴 | bool |