hunt-database ~master (2022-02-21T07:44:19Z)
Home
Dub
Repo
InitDbCommand
hunt
database
driver
mysql
impl
command
InitDbCommand
Undocumented in source.
class
InitDbCommand : CommandBase!(Void) {
this
(string schemaName);
string
schemaName
();
}
Constructors
this
this
(string schemaName)
Undocumented in source.
Members
Functions
schemaName
string
schemaName
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
database
driver
mysql
impl
command
InitDbCommand
classes
InitDbCommand