Package com.gpudb.protocol
Class AlterSchemaRequest.Action
- java.lang.Object
-
- com.gpudb.protocol.AlterSchemaRequest.Action
-
- Enclosing class:
- AlterSchemaRequest
public static final class AlterSchemaRequest.Action extends Object
A set of string constants for theAlterSchemaRequestparameteraction.Modification operation to be applied
-
-
Field Summary
Fields Modifier and Type Field Description static StringADD_COMMENTAdds a comment describing the schemastatic StringRENAME_SCHEMARenames a schema tovalue.
-
-
-
Field Detail
-
ADD_COMMENT
public static final String ADD_COMMENT
Adds a comment describing the schema- See Also:
- Constant Field Values
-
RENAME_SCHEMA
public static final String RENAME_SCHEMA
- See Also:
- Constant Field Values
-
-