join

package
v1.0.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	JOIN             JoinOp = ""
	INNER_JOIN       JoinOp = "INNER"
	OUTER_JOIN       JoinOp = "OUTER"
	CROSS_JOIN       JoinOp = "CROSS"
	LEFT_JOIN        JoinOp = "LEFT"
	RIGHT_JOIN       JoinOp = "RIGHT"
	LEFT_INNER_JOIN         = LEFT_JOIN + " " + INNER_JOIN
	LEFT_OUTER_JOIN         = LEFT_JOIN + " " + OUTER_JOIN
	RIGHT_INNER_JOIN        = RIGHT_JOIN + " " + INNER_JOIN
	RIGHT_OUTER_JOIN        = RIGHT_JOIN + " " + OUTER_JOIN
)

Variables

This section is empty.

Functions

This section is empty.

Types

type JoinOp

type JoinOp string

Jump to

Keyboard shortcuts

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