Documentation
¶
Index ¶
- type SqlFmt
- func (f *SqlFmt) CreateDatabase() string
- func (f *SqlFmt) DropDatabase() string
- func (f *SqlFmt) GetRawSqlDirectory(parentDir string) string
- func (f *SqlFmt) InsertDBVersion(tableName, version string) string
- func (f *SqlFmt) SelectColumn(tableName, columnName string) string
- func (f *SqlFmt) SelectDatabase() string
- func (f *SqlFmt) SelectTable(tableName string) string
- func (f *SqlFmt) SetConfig(cfg config.Config)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SqlFmt ¶
type SqlFmt struct {
// contains filtered or unexported fields
}
func (*SqlFmt) CreateDatabase ¶
func (*SqlFmt) DropDatabase ¶
func (*SqlFmt) GetRawSqlDirectory ¶
func (*SqlFmt) InsertDBVersion ¶
func (*SqlFmt) SelectColumn ¶
func (*SqlFmt) SelectDatabase ¶
func (*SqlFmt) SelectTable ¶
Click to show internal directories.
Click to hide internal directories.