Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
Modifier and Type | Method and Description |
---|---|
TIndirection |
TObjectName.getIndirection()
Array element of this objectName
|
TIndirection |
TExpression.getIndirection() |
TIndirection |
TFunctionCall.getIndirection()
databricks, current_version().dbsql_version;
|
Modifier and Type | Method and Description |
---|---|
void |
TObjectName.setIndirection(TIndirection indirection) |
void |
TExpression.setIndirection(TIndirection indirection) |
void |
TFunctionCall.setIndirection(TIndirection indirection) |