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

Method ApplyBindings

server/plpgsql/interpreter_logic.go:36–36  ·  view source on GitHub ↗
(ctx *sql.Context, stack InterpreterStack, stmt string, bindings []string, enforceType bool)

Source from the content-addressed store, hash-verified

34// framework package.
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

Implementers 1

InterpretedFunctionserver/functions/framework/interpreted

Calls

no outgoing calls