hunt-entity ~master (2022-02-21T08:00:07Z)
Home
Dub
Repo
EntityCreateTable
hunt
entity
EntityCreateTable
Undocumented in source.
class
EntityCreateTable (
T
) {
this
();
string
createTable
(Dialect dialect, string tablePrefix, string[] alertRows);
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
createTable
string
createTable
(Dialect dialect, string tablePrefix, string[] alertRows)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
entity
EntityCreateTable
classes
EntityCreateTable