Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.nodes.snowflake |
Modifier and Type | Method and Description |
---|---|
TPathSqlNode |
TStageLocation.getPath() |
TPathSqlNode |
TObjectName.getPath()
stage path
|
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TPathSqlNode node) |
void |
TParseTreeVisitor.preVisit(TPathSqlNode node) |
void |
TStageLocation.setPath(TPathSqlNode path) |
void |
TObjectName.setPath(TPathSqlNode path) |
Modifier and Type | Method and Description |
---|---|
TPathSqlNode |
TStageReference.getStagePath() |