Method | Description | |
---|---|---|
DeleteSQL ( string tablename, string colummname, string value ) : void | ||
GetInstance ( ) : |
||
InsertSql ( string tablename, string value ) : long | ||
SelectSQL ( string query ) : |
||
SelectSingleSQL ( string query ) : object | ||
Sql ( string query ) : long | ||
UpdateSQL ( string tableName, string colummname, string value ) : void | ||
getConnection ( ) : |
||
getReader ( String query ) : |
Method | Description | |
---|---|---|
DatabaseHandler ( ) : System | ||
KeyWord ( string query ) : string |
public DeleteSQL ( string tablename, string colummname, string value ) : void | ||
tablename | string | The string with the name of the table in it. |
colummname | string | |
value | string | The string with the value of the column name in it. |
return | void |
public static GetInstance ( ) : |
||
return |
public InsertSql ( string tablename, string value ) : long | ||
tablename | string | The string with the name of the table in it. |
value | string | The string with the value of the column name in it. |
return | long |
public SelectSQL ( string query ) : |
||
query | string | The string with the query in it. |
return |
public SelectSingleSQL ( string query ) : object | ||
query | string | The string with the query in it. |
return | object |
public Sql ( string query ) : long | ||
query | string | The string with the query in it, which is being excecuted. |
return | long |
public UpdateSQL ( string tableName, string colummname, string value ) : void | ||
tableName | string | |
colummname | string | |
value | string | The string with the value of the column name in it. |
return | void |
public getConnection ( ) : |
||
return |
public getReader ( String query ) : |
||
query | String | |
return |