Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<TColumnTableMatch> |
TObjectName.getCandidateAttributeNodes()
非 star column 使用该属性存放可能包含该 column 的 attributeNode
star column 使用
TObjectName.getAttributeNodesDerivedFromFromClause() |