query

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2025 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FunctionStatement

type FunctionStatement struct {
	Name           string
	InputVariables []any

	IsPartOfQuery bool
	IsTVF         bool
}

func Function

func Function(name string, args ...any) FunctionStatement

func (FunctionStatement) Parameters

func (f FunctionStatement) Parameters() []any

func (FunctionStatement) String

func (f FunctionStatement) String() string

type ProcedureStatement

type ProcedureStatement struct {
	Name           string
	InputVariables []any
	OutputVarNames []string
}

func Procedure

func Procedure(name string) *ProcedureStatement

func (*ProcedureStatement) Input

func (p *ProcedureStatement) Input(variables ...any) *ProcedureStatement

func (*ProcedureStatement) OutputNames

func (p *ProcedureStatement) OutputNames(variables ...string) *ProcedureStatement

func (ProcedureStatement) Parameters

func (p ProcedureStatement) Parameters() []any

Jump to

Keyboard shortcuts

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