MCPcopy Create free account
hub / github.com/ajitpratap0/GoSQLX / Values

Struct Values

pkg/sql/ast/ast.go:1328–1330  ·  view source on GitHub ↗

Values represents VALUES clause

Source from the content-addressed store, hash-verified

1326
1327// Values represents VALUES clause
1328type Values struct {
1329 Rows [][]Expression
1330}
1331
1332func (v *Values) statementNode() {}
1333func (v Values) TokenLiteral() string { return "VALUES" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected