Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.nodes.snowflake | |
gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
gudusoft.gsqlparser.stmt.snowflake |
Modifier and Type | Method and Description |
---|---|
TStageLocation |
TCreateTableOption.getStageLocation() |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TStageLocation node) |
void |
TParseTreeVisitor.preVisit(TStageLocation node) |
void |
TCreateTableOption.setStageLocation(TStageLocation stageLocation) |
Modifier and Type | Method and Description |
---|---|
TStageLocation |
TCopyIntoNode.getStageLocation() |
Modifier and Type | Method and Description |
---|---|
TStageLocation |
TCreateTableSqlStatement.getStageLocation() |
Modifier and Type | Method and Description |
---|---|
void |
TCreateTableSqlStatement.setStageLocation(TStageLocation stageLocation) |
Modifier and Type | Method and Description |
---|---|
TStageLocation |
TSnowflakeCopyIntoStmt.getStageLocation() |
TStageLocation |
TPutStmt.getStageLocation() |