Connection.this
- this(string host, string user, string pwd, string db, ushort port, SvrCapFlags capFlags)
- this(MySQLSocketType socketType, string host, string user, string pwd, string db, ushort port, SvrCapFlags capFlags)
- this(OpenSocketCallbackPhobos openSocket, string host, string user, string pwd, string db, ushort port, SvrCapFlags capFlags)
- this(OpenSocketCallbackVibeD openSocket, string host, string user, string pwd, string db, ushort port, SvrCapFlags capFlags)
- this(string cs, SvrCapFlags capFlags)
- this(MySQLSocketType socketType, string cs, SvrCapFlags capFlags)
- this(OpenSocketCallbackPhobos openSocket, string cs, SvrCapFlags capFlags)
- this(OpenSocketCallbackVibeD openSocket, string cs, SvrCapFlags capFlags)
mysql connection Connection
constructorsenumsfunctionspropertiesstatic functionsvariables
Construct opened connection.
After the connection is created, and the initial invitation is received from the server client preferences can be set, and authentication can then be attempted.