Zum Hauptinhalt springen

Zymba Documentation

SQL.MySQL

object @SQL.MySQL(@SQL.Connection) {
construct(string $server, string $dbname, string $username, string $password) {}
}

MySQL connection prototype.

Prototype

SQL.Connection

Methods

$this.construct(string $server, string $dbname, string $username, string $password): void
Parameters
NameTypeValueDefault
serverstring""
dbnamestring""
usernamestring""
passwordstring""