pgd

package
v0.4.3 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Add

func Add(lOperand, rOperand pgsql.Expression) *pgsql.BinaryExpression

func And

func And(lOperand, rOperand pgsql.Expression) *pgsql.BinaryExpression

func Any

func Any(expr pgsql.Expression, castType pgsql.DataType) *pgsql.AnyExpression

func Column

func Column(root, column pgsql.Identifier) pgsql.CompoundIdentifier

func Concatenate

func Concatenate(lOperand, rOperand pgsql.Expression) *pgsql.BinaryExpression

func EdgeHasKind

func EdgeHasKind(edge pgsql.Identifier, kindID int16) *pgsql.BinaryExpression

func EndID

func EndID(identifier pgsql.Identifier) pgsql.CompoundIdentifier

func EntityID

func EntityID(identifier pgsql.Identifier) pgsql.CompoundIdentifier

func Equals

func Equals(lOperand, rOperand pgsql.Expression) *pgsql.BinaryExpression

func ExpressionArrayLiteral

func ExpressionArrayLiteral(values ...pgsql.Expression) pgsql.ArrayLiteral

func GreaterThan

func GreaterThan(lOperand, rOperand pgsql.Expression) *pgsql.BinaryExpression

func GreaterThanOrEqualTo

func GreaterThanOrEqualTo(lOperand, rOperand pgsql.Expression) *pgsql.BinaryExpression

func IntLiteral

func IntLiteral[T int | int16 | int32 | int64](literal T) pgsql.Literal

func LessThan

func LessThan(lOperand, rOperand pgsql.Expression) *pgsql.BinaryExpression

func LessThanOrEqualTo

func LessThanOrEqualTo(lOperand, rOperand pgsql.Expression) *pgsql.BinaryExpression

func Not

func Not(operand pgsql.Expression) *pgsql.UnaryExpression

func Properties

func Properties(identifier pgsql.Identifier) pgsql.CompoundIdentifier

func PropertyLookup

func PropertyLookup(owner pgsql.Identifier, propertyName string) *pgsql.BinaryExpression

func StartID

func StartID(identifier pgsql.Identifier) pgsql.CompoundIdentifier

func TextLiteral

func TextLiteral(literal string) pgsql.Literal

Types

This section is empty.

Jump to

Keyboard shortcuts

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