internal

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NameListToStrings

func NameListToStrings(names tree.NameList) []string

func NamesToStrings

func NamesToStrings(names tree.IndexElemList) []string

func ParseQueries

func ParseQueries(schema *core.SQLSchema, sql string) error

func ParseSchema

func ParseSchema(sql string) (*core.SQLSchema, error)

Types

type FindTableDepsCtx

type FindTableDepsCtx struct {
	Tables []core.TableDeps
	// contains filtered or unexported fields
}

type Match added in v0.0.6

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

type TableContent added in v0.0.6

type TableContent struct {
	Name      string
	Content   string
	Start     int
	End       int
	Fields    []TableField
	MetaStart int
	MetaEnd   int
}

type TableField added in v0.0.6

type TableField struct {
	Name      string
	Type      string
	Ref       string
	VarStart  int
	VarEnd    int
	TypeStart int
	TypeEnd   int
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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