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

Method GetIdentifiers

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

Source from the content-addressed store, hash-verified

32// GetIdentifiers - Return array for all Identifiers within expression
33type Expression interface {
34 GetIdentifiers() []Identifier
35}
36
37// Tifier - Interface that represent Token with string value

Callers 2

getFilteredTableMethod · 0.65
GetIdentifiersMethod · 0.65

Implementers 4

Calls

no outgoing calls

Tested by

no test coverage detected