op

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ColumnFormat

type ColumnFormat int8
const (
	NonAmbiguousColumn ColumnFormat = iota
	SelectJoinColumn
	ColumnOnly
)

type JoinMethod

type JoinMethod uint8
const (
	InnerJoin JoinMethod = iota
	LeftJoin
	RightJoin
	FullJoin
)

type LikeVariable

type LikeVariable uint8
const (
	LikeExact LikeVariable = iota
	LikeSubString
	LikePrefix
	LikeSuffix
)

type Operator

type Operator uint8
const (
	Equal Operator = iota
	NotEqual
	GreaterThan
	GreaterThanEqual
	LessThan
	LessThanEqual
	Like
	NotLike
	ILike
	NotILike
	Between
	NotBetween
	In
	NotIn
	Is
	IsNot

	And
	Or
)

type SortDirection

type SortDirection uint8
const (
	Ascending SortDirection = iota
	Descending
)

type VariableFormat

type VariableFormat uint8
const (
	BindVar VariableFormat = iota
	NamedVar
)

Jump to

Keyboard shortcuts

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