ksql

package
v1.2.46 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Null = safe_parse.Category(0)
	Bool = safe_parse.Category(1)
	Num  = safe_parse.Category(2)
	Time = safe_parse.Category(3)
	Text = safe_parse.Category(4)
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Brace

type Brace struct {
	S, E string
	Do   BraceDo
}

func NewBrace

func NewBrace[T ~string | rune | byte](S ...T) Brace

func (Brace) NotValid

func (b Brace) NotValid() bool

func (Brace) Valid

func (b Brace) Valid() bool

type BraceDo

type BraceDo func(str string) string

type Insert

type Insert struct {
	BraceTable  Brace
	BraceColumn Brace
	BraceText   Brace
	BraceValue  []func(string) string
	Table       string
	Column      []string
	Values      [][]any
	sync.Once
	// contains filtered or unexported fields
}

func (*Insert) Build

func (i *Insert) Build() string

func (*Insert) NotValid

func (i *Insert) NotValid() bool

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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