parser

package
v1.1.5-0...-dfb45c8 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Field

type Field struct {
	Name         stringx.String
	DataBaseType string
	DataType     string
	IsPrimaryKey bool
	IsUniqueKey  bool
	Comment      string
}

type KeyType

type KeyType int

type Primary

type Primary struct {
	Field
	AutoIncrement bool
}

type Table

type Table struct {
	Name       stringx.String
	PrimaryKey Primary
	Fields     []Field
}

func ConvertColumn

func ConvertColumn(db, table string, in []*model.Column) (*Table, error)

func Parse

func Parse(ddl string) (*Table, error)

func (*Table) ContainsTime

func (t *Table) ContainsTime() bool

Jump to

Keyboard shortcuts

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