clause

package module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2023 License: MIT Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Btw

type Btw struct {
	Column interface{}
	First  interface{}
	Second interface{}
}

Btw

func (Btw) Build

func (btw Btw) Build(builder clause.Builder)

func (Btw) NegationBuild

func (btw Btw) NegationBuild(builder clause.Builder)

type Case

type Case struct {
	WhenThen []WhenThen
	Else     any
}

func (Case) Build

func (cas Case) Build(builder clause.Builder)

type Cast

type Cast struct {
	Column any
	Type   string
}

Cast преобразование к типу

func (Cast) Build

func (cast Cast) Build(builder clause.Builder)

type Ilike

type Ilike clause.Like

Ilike whether string matches regular expression

func (Ilike) Build

func (like Ilike) Build(builder clause.Builder)

func (Ilike) NegationBuild

func (like Ilike) NegationBuild(builder clause.Builder)

type WhenThen

type WhenThen struct {
	When any
	Then any
}

Jump to

Keyboard shortcuts

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