C# 클래스 Hardly.SqlController

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

비공개 메소드들

메소드 설명
AddOrUpdate ( SqlTable table, object &allColumnValues, bool lazy ) : bool
AddOrUpdatedAndGetAutoIncrementingKey ( SqlTable table, object &allColumnValues, bool lazy ) : bool
Delete ( SqlTable table, string join, string where, object vars, bool lazy ) : bool
ExecuteNonQuery ( string sql, object values ) : int
ExecuteReader ( string sql, object vars, List resultsList ) : void
ExecuteScalar ( string sql, object values ) : object
GetColumns ( string tableName ) : SqlColumnHeaders[]
GetVars ( int count ) : string[]
NullNullableDefaultValues ( SqlTable table, object &allValues ) : void
Select ( string tableName, string join, string what, string whereClause, object vars, string orderBy, uint limit ) : List
SetParameters ( MySqlCommand command, object values ) : void
Update ( SqlTable table, string join, string set, string where, object vars ) : bool