hunt-database ~master (2022-02-21T07:44:19Z)
Home
Dub
Repo
StartupMessage
hunt
database
driver
postgresql
impl
codec
StartupMessage
@author <a href="mailto:emad.albloushi@gmail.com">Emad Alblueshi</a>
class
StartupMessage {
static
ByteBuf
BUFF_USER
();
static
ByteBuf
BUFF_DATABASE
();
string
username
;
string
database
;
Map
!(
string
,
string
)
properties
;
this
(string username, string database, Map!(string, string) properties);
}
Constructors
this
this
(string username, string database, Map!(string, string) properties)
Undocumented in source.
Members
Static functions
BUFF_DATABASE
ByteBuf
BUFF_DATABASE
()
Undocumented in source. Be warned that the author may not have intended to support it.
BUFF_USER
ByteBuf
BUFF_USER
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
database
string
database
;
Undocumented in source.
properties
Map
!(
string
,
string
)
properties
;
Undocumented in source.
username
string
username
;
Undocumented in source.
Meta
Source
See Implementation
hunt
database
driver
postgresql
impl
codec
StartupMessage
classes
StartupMessage
@author <a href="mailto:emad.albloushi@gmail.com">Emad Alblueshi</a>