mysql-lited v0.3.8 (2016-05-02T16:57:07Z)
Dub
Repo
ConnectionSettings
mysql
connection
Undocumented in source.
struct
ConnectionSettings {
this
(const(char)[] connectionString);
CapabilityFlags
caps
;
const
(
char
)[]
host
;
const
(
char
)[]
user
;
const
(
char
)[]
pwd
;
const
(
char
)[]
db
;
ushort
port
;
}
Constructors
this
this
(const(char)[] connectionString)
Undocumented in source.
Members
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.
user
const
(
char
)[]
user
;
Undocumented in source.
Meta
Source
See Implementation
mysql
connection
enums
ConnectionOptions
properties
placeholders
structs
Connection
ConnectionSettings
ConnectionStatus
PreparedStatement
variables
DefaultClientCaps