Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
gudusoft.gsqlparser.stmt.db2 | |
gudusoft.gsqlparser.stmt.mysql |
Modifier and Type | Method and Description |
---|---|
TPTNodeList<TSetAssignment> |
TSetSqlNode.getAssignments() |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TSetAssignment node) |
void |
TParseTreeVisitor.preVisit(TSetAssignment node) |
Modifier and Type | Method and Description |
---|---|
TPTNodeList<TSetAssignment> |
TSetDatabaseObjectStmt.getAssignments() |
TPTNodeList<TSetAssignment> |
TSetStmt.getAssignments() |
Modifier and Type | Method and Description |
---|---|
TPTNodeList<TSetAssignment> |
TDb2SetVariableStmt.getAssignments() |
Modifier and Type | Method and Description |
---|---|
void |
TDb2SetVariableStmt.setAssignments(TPTNodeList<TSetAssignment> assignments) |
Modifier and Type | Method and Description |
---|---|
TPTNodeList<TSetAssignment> |
TMySQLSet.getAssignments() |
Modifier and Type | Method and Description |
---|---|
void |
TMySQLSet.setAssignments(TPTNodeList<TSetAssignment> assignments) |
Copyright © 2019. All rights reserved.