module

package
v3.2.4 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CamelStr

func CamelStr(name string) string

CamelStr 下划线转驼峰

func Helper added in v3.1.22

func Helper(name string) string

func Run

func Run(db *query.Query, tableName, outputDir, outputPackage, dao, tplFile string)

Types

type Column added in v3.1.22

type Column struct {
	NonUnique  int64  `db:"NON_UNIQUE"`
	SeqInIndex int64  `db:"SEQ_IN_INDEX"`
	IndexName  string `db:"INDEX_NAME"`
	IndexType  string `db:"INDEX_TYPE"`
	ColumnName string `db:"COLUMN_NAME"`
}

Column ...

type Func added in v3.1.22

type Func struct {
	FuncName  string
	CondiTion []string
	NonUnique int64
}

type Parse added in v3.1.22

type Parse struct {
	Package   string
	Dao       string
	TableName string
	CondiTion []string
	Func      []Func
}

Jump to

Keyboard shortcuts

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