C# Class Hardly.SqlController

ファイルを表示 Open project: hardlydifficult/HardlyBot Class Usage Examples

Private Methods

Method Description
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