Modifier and Type | Method and Description |
---|---|
SchemaStatement |
type(DataType type)
Define the new type of the altered column.
|
SchemaStatement |
udtType(UDTType udtType)
Define the new type of the altered column, when that type contains a UDT.
|
public SchemaStatement type(DataType type)
type
- the new type of the altered column.public SchemaStatement udtType(UDTType udtType)
udtType
- the UDT type. Use SchemaBuilder.frozen(String)
or SchemaBuilder.udtLiteral(String)
.