MySqlConnectionInfo interface
連接MySQL伺服器的資訊
- Extends
屬性
| additional |
其他連線設定 |
| authentication | 要用於連線的驗證類型 |
| data |
數據源 |
| encrypt |
是否要加密連線 |
| port | 伺服器埠 |
| server |
伺服器的名稱 |
| type | 多型歧視性,指定這個物件可以是的不同類型 |
屬性詳細資料
additionalSettings
其他連線設定
additionalSettings?: string
屬性值
string
authentication
要用於連線的驗證類型
authentication?: string
屬性值
string
dataSource
數據源
dataSource?: string
屬性值
string
encryptConnection
是否要加密連線
encryptConnection?: boolean
屬性值
boolean
port
伺服器埠
port: number
屬性值
number
serverName
伺服器的名稱
serverName: string
屬性值
string
type
多型歧視性,指定這個物件可以是的不同類型
type: "MySqlConnectionInfo"
屬性值
"MySqlConnectionInfo"