MySqlConnectionInfo interface
MySQL サーバーに接続するための情報
プロパティ
password | パスワード資格情報。 |
port | サーバーのポート |
server |
サーバーの名前 |
type | ポリモーフィック判別器 |
user |
ユーザー名 |
プロパティの詳細
password
パスワード資格情報。
password?: string
プロパティ値
string
port
サーバーのポート
port: number
プロパティ値
number
serverName
サーバーの名前
serverName: string
プロパティ値
string
type
ポリモーフィック判別器
type: "MySqlConnectionInfo"
プロパティ値
"MySqlConnectionInfo"
userName
ユーザー名
userName?: string
プロパティ値
string