ConnectionSettings

Undocumented in source.

Constructors

this
this(const(char)[] connectionString)
Undocumented in source.

Members

Functions

parse
void parse(const(char)[] connectionString)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

caps
CapabilityFlags caps;
Undocumented in source.
db
const(char)[] db;
Undocumented in source.
host
const(char)[] host;
Undocumented in source.
port
ushort port;
Undocumented in source.
pwd
const(char)[] pwd;
Undocumented in source.
ssl
SSLConfig ssl;
Undocumented in source.
user
const(char)[] user;
Undocumented in source.

Meta