parser

package
v1.0.12-0...-16f252f Latest Latest
Warning

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

Go to latest
Published: Sep 7, 2020 License: MIT Imports: 5 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
	IsKey        bool
	IsPrimaryKey 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 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