MCPcopy
hub / github.com/cube2222/octosql / Use

Struct Use

parser/sqlparser/ast.go:1632–1634  ·  view source on GitHub ↗

Use represents a use statement.

Source from the content-addressed store, hash-verified

1630
1631// Use represents a use statement.
1632type Use struct {
1633 DBName TableIdent
1634}
1635
1636// Format formats the node.
1637func (node *Use) Format(buf *TrackedBuffer) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected