| Package | Description |
|---|---|
| gudusoft.gsqlparser.stmt.teradata | |
| gudusoft.gsqlparser.stmt.teradata.utilities |
| Modifier and Type | Method and Description |
|---|---|
BteqCmdType |
TTeradataBTEQCmd.getBteqCmdType() |
| Modifier and Type | Method and Description |
|---|---|
void |
TTeradataBTEQCmd.setBteqCmdType(BteqCmdType bteqCmdType) |
| Modifier and Type | Method and Description |
|---|---|
static BteqCmdType |
BteqCmdType.searchBteqCmd(String str) |
static BteqCmdType |
BteqCmdType.searchBteqCmd(TSourceToken token) |
static BteqCmdType |
BteqCmdType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BteqCmdType[] |
BteqCmdType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|