mutation

package
v0.0.0-...-b19370d Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDelete

func NewDelete(node nodes.Node, table impls.Table, aliasName string) nodes.Node

func NewInsert

func NewInsert(node nodes.Node, table impls.Table, columnNames []string) nodes.Node

func NewUpdate

func NewUpdate(
	node nodes.Node,
	table impls.Table,
	aliasName string,
	setExpressions []SetExpression,
) nodes.Node

Types

type SetExpression

type SetExpression struct {
	Name       string
	Expression impls.Expression
}

Jump to

Keyboard shortcuts

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