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

Struct VariableGen

testing/generation/utils/statement_generator.go:267–270  ·  view source on GitHub ↗

VariableGen represents a variable in the synopsis. Its values are user-configurable if they cannot be deduced from the synopsis.

Source from the content-addressed store, hash-verified

265// VariableGen represents a variable in the synopsis. Its values are user-configurable if they cannot be deduced from
266// the synopsis.
267type VariableGen struct {
268 name string
269 options StatementGenerator
270}
271
272var _ StatementGenerator = (*VariableGen)(nil)
273

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected