joinops

package
v0.26.0 Latest Latest
Warning

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

Go to latest
Published: May 24, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InnerJoin

func InnerJoin() (string, []interface{}, error)

InnerJoin returns a SELECT with INNER JOIN

func JoinWithAlias

func JoinWithAlias() (string, []interface{}, error)

JoinWithAlias returns a SELECT with JOIN using table alias

func JoinWithOrderBy

func JoinWithOrderBy() (string, []interface{}, error)

JoinWithOrderBy returns a SELECT with JOIN and ORDER BY

func JoinWithWhere

func JoinWithWhere() (string, []interface{}, error)

JoinWithWhere returns a SELECT with JOIN and WHERE clause

func LeftJoin

func LeftJoin() (string, []interface{}, error)

LeftJoin returns a SELECT with LEFT JOIN

func MultipleJoins

func MultipleJoins() (string, []interface{}, error)

MultipleJoins returns a SELECT with multiple JOINs

func RightJoin

func RightJoin() (string, []interface{}, error)

RightJoin returns a SELECT with RIGHT JOIN

Types

This section is empty.

Jump to

Keyboard shortcuts

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