| Package | Description |
|---|---|
| gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
| Modifier and Type | Method and Description |
|---|---|
TAssignStmt.AssignType |
TAssignStmt.getAssignType() |
static TAssignStmt.AssignType |
TAssignStmt.AssignType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TAssignStmt.AssignType[] |
TAssignStmt.AssignType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|