Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
ShapeField |
ShapeField.Builder.build() |
ShapeField |
KeyAttribute.getAttribute() |
ShapeField |
SortClause.getField() |
ShapeField |
KeyRange.getKey() |
ShapeField |
KeyAttribute.getShapeField() |
Modifier and Type | Method and Description |
---|---|
List<ShapeField> |
Select.getSelectColumns()
An array of selected columns.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Select.Builder |
Select.Builder.selectColumns(List<ShapeField> selectColumns)
An array of selected columns.
|
Constructor and Description |
---|
KeyAttribute(Integer position,
ShapeField shapeField,
ShapeField attribute)
Deprecated.
|
KeyRange(ShapeField key,
List<String> range)
Deprecated.
|
SortClause(ShapeField field,
SortClause.Order order)
Deprecated.
|
Constructor and Description |
---|
Select(Boolean isDistinct,
List<ShapeField> selectColumns)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.