MCPcopy Create free account
hub / github.com/dolthub/doltgresql / GetParameters

Method GetParameters

server/plpgsql/interpreter_logic.go:37–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35type InterpretedFunction interface {
36 ApplyBindings(ctx *sql.Context, stack InterpreterStack, stmt string, bindings []string, enforceType bool) (newStmt string, varFound bool, err error)
37 GetParameters() []*pgtypes.DoltgresType
38 GetParameterNames() []string
39 GetReturn() *pgtypes.DoltgresType
40 GetStatements() []InterpreterOperation

Callers 2

CallFunction · 0.65
mainFunction · 0.65

Implementers 1

InterpretedFunctionserver/functions/framework/interpreted

Calls

no outgoing calls

Tested by

no test coverage detected