Method | Description | |
---|---|---|
ChangePassword ( string pass ) : void | ||
Connect ( ) : void | ||
Database ( string password ) : System | ||
Database ( string server, string database, string user, string password ) : System | ||
Delete ( ) : void | ||
Disconnect ( ) : void | ||
Insert ( ) : void | ||
Select ( string what, string where ) : |
||
Select ( string what, string where, string order ) : |
||
TryConnect ( ) : bool | ||
Update ( ) : void |
public Database ( string server, string database, string user, string password ) : System | ||
server | string | |
database | string | |
user | string | |
password | string | |
return | System |
public Select ( string what, string where ) : |
||
what | string | |
where | string | |
return |
public Select ( string what, string where, string order ) : |
||
what | string | |
where | string | |
order | string | |
return |