clauses

package
v1.0.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterPlugin

func RegisterPlugin(db *gorm.DB) (err error)

Types

type CTE

type CTE interface {
	GetAlias() string
	GetExpression() clause.Expression
}

type With

type With struct {
	CTE []CTE
}

func (With) Build

func (x With) Build(builder clause.Builder)

func (With) MergeClause

func (x With) MergeClause(cls *clause.Clause)

func (With) Name

func (x With) Name() string

Jump to

Keyboard shortcuts

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