| Package | Description |
|---|---|
| gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
| Modifier and Type | Method and Description |
|---|---|
TCreateTableOption.ESecondaryRolesMode |
TCreateTableOption.getSecondaryRolesMode()
Returns how USE SECONDARY ROLES is configured for EXECUTE AS USER.
|
static TCreateTableOption.ESecondaryRolesMode |
TCreateTableOption.ESecondaryRolesMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TCreateTableOption.ESecondaryRolesMode[] |
TCreateTableOption.ESecondaryRolesMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TCreateTableOption.setSecondaryRolesMode(TCreateTableOption.ESecondaryRolesMode secondaryRolesMode) |