Documentation
¶
Index ¶
- func Add(lOperand, rOperand pgsql.Expression) *pgsql.BinaryExpression
- func And(lOperand, rOperand pgsql.Expression) *pgsql.BinaryExpression
- func Any(expr pgsql.Expression, castType pgsql.DataType) *pgsql.AnyExpression
- func Column(root, column pgsql.Identifier) pgsql.CompoundIdentifier
- func Concatenate(lOperand, rOperand pgsql.Expression) *pgsql.BinaryExpression
- func EdgeHasKind(edge pgsql.Identifier, kindID int16) *pgsql.BinaryExpression
- func EndID(identifier pgsql.Identifier) pgsql.CompoundIdentifier
- func EntityID(identifier pgsql.Identifier) pgsql.CompoundIdentifier
- func Equals(lOperand, rOperand pgsql.Expression) *pgsql.BinaryExpression
- func ExpressionArrayLiteral(values ...pgsql.Expression) pgsql.ArrayLiteral
- func GreaterThan(lOperand, rOperand pgsql.Expression) *pgsql.BinaryExpression
- func GreaterThanOrEqualTo(lOperand, rOperand pgsql.Expression) *pgsql.BinaryExpression
- func IntLiteral[T int | int16 | int32 | int64](literal T) pgsql.Literal
- func LessThan(lOperand, rOperand pgsql.Expression) *pgsql.BinaryExpression
- func LessThanOrEqualTo(lOperand, rOperand pgsql.Expression) *pgsql.BinaryExpression
- func Not(operand pgsql.Expression) *pgsql.UnaryExpression
- func Properties(identifier pgsql.Identifier) pgsql.CompoundIdentifier
- func PropertyLookup(owner pgsql.Identifier, propertyName string) *pgsql.BinaryExpression
- func StartID(identifier pgsql.Identifier) pgsql.CompoundIdentifier
- func TextLiteral(literal string) pgsql.Literal
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 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 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.