Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InformationSchemaModel ¶
type InformationSchemaModel struct {
// contains filtered or unexported fields
}
func NewInformationSchemaModel ¶
func NewInformationSchemaModel(conn sqlx.SqlConn) *InformationSchemaModel
func (*InformationSchemaModel) FindByTableName ¶
func (m *InformationSchemaModel) FindByTableName(db, table string) ([]*Column, error)
func (*InformationSchemaModel) GetAllTables ¶
func (m *InformationSchemaModel) GetAllTables(database string) ([]string, error)
Click to show internal directories.
Click to hide internal directories.