| Modifier and Type | Method and Description | 
|---|---|
SchemaStatement | 
type(DataType type)
Define the type of the added column. 
 | 
SchemaStatement | 
udtType(UDTType udtType)
Define the type of the added column, when that type contains a UDT. 
 | 
public SchemaStatement type(DataType type)
type - the type of the added column.public SchemaStatement udtType(UDTType udtType)
udtType - the UDT type of the added column.Copyright © 2012–2015. All rights reserved.