Uses of Class
com.oracle.bmc.dataintegration.model.ShapeField
-
Packages that use ShapeField Package Description com.oracle.bmc.dataintegration.model -
-
Uses of ShapeField in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return ShapeField Modifier and Type Method Description ShapeField
ShapeField.Builder. build()
ShapeField
KeyAttribute. getAttribute()
ShapeField
SortClause. getField()
ShapeField
KeyRange. getKey()
ShapeField
KeyAttribute. getShapeField()
Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type ShapeField Modifier and Type Method Description List<ShapeField>
Select. getSelectColumns()
An array of selected columns.Methods in com.oracle.bmc.dataintegration.model with parameters of type ShapeField Modifier and Type Method Description KeyAttribute.Builder
KeyAttribute.Builder. attribute(ShapeField attribute)
ShapeField.Builder
ShapeField.Builder. copy(ShapeField model)
SortClause.Builder
SortClause.Builder. field(ShapeField field)
KeyRange.Builder
KeyRange.Builder. key(ShapeField key)
KeyAttribute.Builder
KeyAttribute.Builder. shapeField(ShapeField shapeField)
Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type ShapeField Modifier and Type Method Description Select.Builder
Select.Builder. selectColumns(List<ShapeField> selectColumns)
An array of selected columns.Constructors in com.oracle.bmc.dataintegration.model with parameters of type ShapeField Constructor Description KeyAttribute(Integer position, ShapeField shapeField, ShapeField attribute)
Deprecated.KeyRange(ShapeField key, List<String> range)
Deprecated.SortClause(ShapeField field, SortClause.Order order)
Deprecated.Constructor parameters in com.oracle.bmc.dataintegration.model with type arguments of type ShapeField Constructor Description Select(Boolean isDistinct, List<ShapeField> selectColumns)
Deprecated.
-