Connection

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

affected
ulong affected()
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close(PreparedStatement stmt)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect(string connectionString)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect(const(char)[] host, ushort port, const(char)[] user, const(char)[] pwd, const(char)[] db, CapabilityFlags caps)
Undocumented in source. Be warned that the author may not have intended to support it.
disconnect
void disconnect()
Undocumented in source. Be warned that the author may not have intended to support it.
error
size_t error()
Undocumented in source. Be warned that the author may not have intended to support it.
execute
void execute(const(char)[] stmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
execute
void execute(PreparedStatement stmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
insertID
ulong insertID()
Undocumented in source. Be warned that the author may not have intended to support it.
ping
void ping()
Undocumented in source. Be warned that the author may not have intended to support it.
prepare
auto prepare(const(char)[] sql)
Undocumented in source. Be warned that the author may not have intended to support it.
refresh
void refresh()
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
statistics
const(char)[] statistics()
Undocumented in source. Be warned that the author may not have intended to support it.
status
const(char)[] status()
Undocumented in source. Be warned that the author may not have intended to support it.
use
void use(const(char)[] db)
Undocumented in source. Be warned that the author may not have intended to support it.
warnings
size_t warnings()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta