scopes

package
v1.8.8 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Associations string = clause.Associations

	CrossJoin JoinType = clause.CrossJoin
	InnerJoin JoinType = clause.InnerJoin
	LeftJoin  JoinType = clause.LeftJoin
	RightJoin JoinType = clause.RightJoin

	AndWithSpace string = clause.AndWithSpace
	OrWithSpace  string = clause.OrWithSpace

	CurrentTable string = clause.CurrentTable
	PrimaryKey   string = clause.PrimaryKey

	LockingOptionsNoWait     string = clause.LockingOptionsNoWait
	LockingOptionsSkipLocked string = clause.LockingOptionsSkipLocked
	LockingStrengthShare     string = clause.LockingStrengthShare
	LockingStrengthUpdate    string = clause.LockingStrengthUpdate
)

Variables

View Source
var Cond xCond
View Source
var Core xCore

Functions

This section is empty.

Types

type Clause

type Clause = clause.Clause

type Column

type Column = clause.Column
var PrimaryColumn Column

type Eq

type Eq = clause.Eq

type Expr

type Expr = clause.Expr

type Expression

type Expression = clause.Expression

type IN

type IN = clause.IN

type Join

type Join = clause.Join

type JoinType added in v1.8.5

type JoinType = clause.JoinType

type Like added in v1.8.6

type Like Eq

type NamedExpr

type NamedExpr = clause.NamedExpr

type Neq added in v1.8.5

type Neq = clause.Neq

type OrderBy

type OrderBy = clause.OrderBy

type Schema

type Schema = schema.Schema

type Scope

type Scope = func(*gorm.DB) *gorm.DB

type Select added in v1.8.7

type Select = clause.Select

type Statement

type Statement = gorm.Statement

type Table

type Table = clause.Table

type Values

type Values = clause.Values

type Where

type Where = clause.Where

Jump to

Keyboard shortcuts

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