model

package
v1.0.15-0...-3723d28 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 18, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DDL

type DDL struct {
	Table string `db:"Table"`
	DDL   string `db:"Create Table"`
}

type DDLModel

type DDLModel struct {
	// contains filtered or unexported fields
}

func NewDDLModel

func NewDDLModel(conn sqlx.SqlConn) *DDLModel

func (*DDLModel) ShowDDL

func (m *DDLModel) ShowDDL(table ...string) ([]string, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL