joins

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2023 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	INNER_JOIN = JoinType(1)
	LEFT_JOIN  = JoinType(2)
	RIGHT_JOIN = JoinType(3)
	CROSS_JOIN = JoinType(4)
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Join

type Join struct {
	Operator  JoinType
	TableName string
	Condition string
}

type JoinType

type JoinType int

Jump to

Keyboard shortcuts

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