statement

package
v0.37.0 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2026 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	KindRead    = "read"
	KindExec    = "exec"
	KindService = "service"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Statement

type Statement struct {
	Start          int
	End            int
	Kind           string
	IsExec         bool
	SelectorMethod string
	Table          string
}

type Statements

type Statements []*Statement

func New

func New(sqlText string) Statements

func (Statements) DMLTables

func (s Statements) DMLTables(rawSQL string) []string

func (Statements) IsExec

func (s Statements) IsExec() bool

Jump to

Keyboard shortcuts

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