MCPcopy Create free account
hub / github.com/LissaGreense/GO4SQL / GetIdentifiers

Method GetIdentifiers

ast/ast.go:134–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132}
133
134func (ls OperationExpression) GetIdentifiers() []Identifier {
135 var identifiers []Identifier
136
137 identifiers = append(identifiers, ls.Left.GetIdentifiers()...)
138 identifiers = append(identifiers, ls.Right.GetIdentifiers()...)
139
140 return identifiers
141}
142
143// CreateCommand - Part of Command that represent creation of table
144//

Callers

nothing calls this directly

Calls 1

GetIdentifiersMethod · 0.65

Tested by

no test coverage detected