- connectionName
string connectionName [@property setter]
- connectionString
string connectionString [@property getter]
- db
string db [@property setter]
- db
Nullable!string db [@property getter]
- host
string host [@property setter]
- host
string host [@property getter]
- port
ushort port [@property setter]
- pwd
string pwd [@property setter]
- pwd
Nullable!string pwd [@property getter]
- user
string user [@property setter]
- user
Nullable!string user [@property getter]
Holds credentials used for a login *