LockedConnection

Vibe.d's LockedConnection struct.

Not actually included in module mysql.pool. Only listed here for documentation purposes. For LockedConnection and it's documentation, see: http://vibed.org/api/vibe.core.connectionpool/LockedConnection

version(IncludeMySQLPool && !Have_vibe_d_core && MySQLDocs)
struct LockedConnection (
Connection
) {}

Alias This

c

Members

Variables

c
Connection c;
Undocumented in source.

Meta