次の方法で共有


MySqlConnectionInfo interface

MySQL サーバーに接続するための情報

Extends

プロパティ

dataSource

データ ソース

encryptConnection

接続を暗号化するかどうか

port

サーバーのポート

serverName

サーバーの名前

type

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

継承されたプロパティ

password

パスワード資格情報。

userName

ユーザー名

プロパティの詳細

dataSource

データ ソース

dataSource?: string

プロパティ値

string

encryptConnection

接続を暗号化するかどうか

encryptConnection?: boolean

プロパティ値

boolean

port

サーバーのポート

port: number

プロパティ値

number

serverName

サーバーの名前

serverName: string

プロパティ値

string

type

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

type: "MySqlConnectionInfo"

プロパティ値

"MySqlConnectionInfo"

継承されたプロパティの詳細

password

パスワード資格情報。

password?: string

プロパティ値

string

ConnectionInfo.password から継承された

userName

ユーザー名

userName?: string

プロパティ値

string

connectionInfo.userName から継承