InitCommand

Initialize the connection so it can be used to interact with the database.

@author <a href="mailto:julien@julienviet.com">Julien Viet</a>

Constructors

this
this(SocketConnectionBase conn, string username, string password, string database, Map!(string, string) properties)
Undocumented in source.

Members

Functions

connection
SocketConnectionBase connection()
Undocumented in source. Be warned that the author may not have intended to support it.
database
string database()
Undocumented in source. Be warned that the author may not have intended to support it.
password
string password()
Undocumented in source. Be warned that the author may not have intended to support it.
properties
Map!(string, string) properties()
Undocumented in source. Be warned that the author may not have intended to support it.
username
string username()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta