Zymba Documentation
SQL.MySQL
Text
object @SQL.MySQL(@SQL.Connection) {
construct(string $server, string $dbname, string $username, string $password) {}
}
MySQL connection prototype.
Prototype
Methods
CODE
$this.construct(string $server, string $dbname, string $username, string $password): void
Parameters
| Name | Type | Value | Default |
|---|---|---|---|
| server | string | "" | |
| dbname | string | "" | |
| username | string | "" | |
| password | string | "" |