pg

package module
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2021 License: MIT Imports: 9 Imported by: 0

README

qry-pg

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Dialect

func Dialect() qry.Dialect

Types

type Add

type Add = common.Add

type And

type And = common.And

type As

type As = common.As

type Between

type Between = common.Between

type BetweenSymmetric

type BetweenSymmetric struct {
	Operand interface{}
	Low     interface{}
	High    interface{}
}

func (BetweenSymmetric) MarshalSql

func (b BetweenSymmetric) MarshalSql(wr io.Writer, params qry.Params) error

type Divide

type Divide = common.Divide

type Equals

type Equals = common.Equals

type From

type From = common.From

type GreaterThan

type GreaterThan = common.GreaterThan

type GreaterThanOrEqual

type GreaterThanOrEqual = common.GreaterThanOrEqual

type Group

type Group = common.Group

type Id

type Id = common.Id

type Is

type Is = common.Is

type IsDistinctFrom

type IsDistinctFrom struct {
	Left  interface{}
	Right interface{}
}

func (IsDistinctFrom) MarshalSql

func (i IsDistinctFrom) MarshalSql(wr io.Writer, params qry.Params) error

type IsNot

type IsNot = common.IsNot

type IsNotDistinctFrom

type IsNotDistinctFrom struct {
	Left  interface{}
	Right interface{}
}

func (IsNotDistinctFrom) MarshalSql

func (i IsNotDistinctFrom) MarshalSql(wr io.Writer, params qry.Params) error

type IsNotNull

type IsNotNull = common.IsNotNull

type IsNull

type IsNull = common.IsNull

type LessThan

type LessThan = common.LessThan

type LessThanOrEqual

type LessThanOrEqual = common.LessThanOrEqual

type Multiply

type Multiply = common.Multiply

type Not

type Not = common.Not

type NotEquals

type NotEquals = common.NotEquals

type Or

type Or = common.Or

type Select

type Select = common.Select

type Stmts

type Stmts = common.Stmts

type Subtract

type Subtract = common.Subtract

type Where

type Where = common.Where

Directories

Path Synopsis
Package keywords pulls some postgres specific functionality.
Package keywords pulls some postgres specific functionality.

Jump to

Keyboard shortcuts

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