enum

package
v0.7.1 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2025 License: MIT Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AggregateType

type AggregateType uint
const (
	CountAggregate AggregateType
	MaxAggregate
	MinAggregate
	SumAggregate
	AvgAggregate
)

type FunctionType

type FunctionType uint
const (
	UpperFunction FunctionType
	LowerFunction
)

type JoinType

type JoinType uint
const (
	Join JoinType
	LeftJoin
	RightJoin
)

type OperatorType

type OperatorType uint
const (
	Equals        OperatorType // =
	NotEquals                  // <>
	Is                         // IS
	IsNot                      // IS NOT
	Greater                    // >
	GreaterEquals              // >=
	Less                       // <
	LessEquals                 // <=
	In                         // IN
	NotIn                      // NOT IN
	Like                       // LIKE
	NotLike                    // NOT LIKE
	And                        // AND
	Or                         // OR
)

type QueryType

type QueryType uint
const (
	SelectQuery QueryType
	InsertQuery
	UpdateQuery
	DeleteQuery
	RawQuery
)

type WhereType

type WhereType uint
const (
	LogicalWhere WhereType
	OperationWhere
	OperationAttributeWhere
	OperationIsWhere
	OperationInWhere
)

Jump to

Keyboard shortcuts

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