mysql.connection

Undocumented in source.

Public Imports

mysql.exception
public import mysql.exception;
Undocumented in source.
mysql.type
public import mysql.type;
Undocumented in source.

Members

Enums

ConnectionOptions
enum ConnectionOptions
Undocumented in source.

Properties

placeholders
size_t placeholders [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
placeholders
T placeholders [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Connection
struct Connection(SocketType, ConnectionOptions Options = ConnectionOptions.Default)
Undocumented in source.
ConnectionSettings
struct ConnectionSettings
Undocumented in source.
ConnectionStatus
struct ConnectionStatus
Undocumented in source.
PreparedStatement
struct PreparedStatement
Undocumented in source.

Variables

DefaultClientCaps
CapabilityFlags DefaultClientCaps;
Undocumented in source.

Meta