Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MssqlDatabase ¶
type MssqlDatabase struct {
// contains filtered or unexported fields
}
func (*MssqlDatabase) Close ¶
func (d *MssqlDatabase) Close() error
func (*MssqlDatabase) DB ¶
func (d *MssqlDatabase) DB() *sql.DB
func (*MssqlDatabase) DumpDDLs ¶
func (d *MssqlDatabase) DumpDDLs() (string, error)
func (*MssqlDatabase) GetDefaultSchema ¶
func (d *MssqlDatabase) GetDefaultSchema() string
type MssqlParser ¶
type MssqlParser struct {
// contains filtered or unexported fields
}
func NewParser ¶
func NewParser() MssqlParser
func (MssqlParser) Parse ¶
func (p MssqlParser) Parse(sql string) ([]database.DDLStatement, error)
Click to show internal directories.
Click to hide internal directories.