Connection

Undocumented in source.

Constructors

this
this(string connectionString, ConnectionOptions options)
Undocumented in source.
this
this(const(char)[] host, const(char)[] user, const(char)[] pwd, const(char)[] db, ushort port)
Undocumented in source.
this
this(const(char)[] host, const(char)[] user, const(char)[] pwd, const(char)[] db, ushort port, ConnectionOptions options)
Undocumented in source.

Members

Functions

close
void close()
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.
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.
ping
void ping()
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.
startTransaction
void startTransaction()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

affected
ulong affected [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
busy
bool busy [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
busy
bool busy [@property setter]
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.
lastInsertId
ulong lastInsertId [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
pooled
bool pooled [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
pooled
bool pooled [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
releaseTime
DateTime releaseTime [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
releaseTime
DateTime releaseTime [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta