- begin
void begin()
Undocumented in source. Be warned that the author may not have intended to support it.
- commit
void commit()
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(ConnectionSettings settings)
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)
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.
- execute
void execute(const(char)[] sql, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
const(char)[] get(const(char)[] variable)
Undocumented in source. Be warned that the author may not have intended to support it.
- notices
const(ConnectionNotice)[] notices()
Undocumented in source. Be warned that the author may not have intended to support it.
- reuse
void reuse()
Undocumented in source. Be warned that the author may not have intended to support it.
- rollback
void rollback()
Undocumented in source. Be warned that the author may not have intended to support it.
- schema
const(char)[] schema()
Undocumented in source. Be warned that the author may not have intended to support it.
- set
void set(const(char)[] variable, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- settings
ConnectionSettings settings()
Undocumented in source. Be warned that the author may not have intended to support it.
- affected
ulong affected [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- connected
bool connected [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- inTransaction
bool inTransaction [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- insertID
ulong insertID [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- onDisconnect
OnDisconnectCallback onDisconnect [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- onDisconnect
OnDisconnectCallback onDisconnect [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.