C# Class AuntieDot.UI.Web.Connector.MySqlConnector

Datei anzeigen Open project: 0xdeafcafe/AuntieDot Class Usage Examples

Public Methods

Method Description
MySQLParseBody ( string input ) : string

Parses test from a MySQL Query to be HTML Compliant

RunSQLSelectQuery ( MySqlCommand query ) : IList>

Run an SQL query on the server

RunSQLUpdateQuery ( MySqlCommand query ) : int

Method Details

MySQLParseBody() public static method

Parses test from a MySQL Query to be HTML Compliant
public static MySQLParseBody ( string input ) : string
input string Dat input string
return string

RunSQLSelectQuery() public static method

Run an SQL query on the server
public static RunSQLSelectQuery ( MySqlCommand query ) : IList>
query MySql.Data.MySqlClient.MySqlCommand The MySQL Command to be executed
return IList>

RunSQLUpdateQuery() public static method

public static RunSQLUpdateQuery ( MySqlCommand query ) : int
query MySql.Data.MySqlClient.MySqlCommand
return int