| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.ia.clientlibrary.model |
Defines data constructs needed to handle IBM Information Analyzer metadata.
|
| Modifier and Type | Method and Description |
|---|---|
static DataTypeCode |
DataTypeCode.forValue(String value) |
DataTypeCode |
ColumnConstraints.getDataType() |
DataTypeCode |
SingleColumnKey.getDataType() |
DataTypeCode |
Column.getType() |
static DataTypeCode |
DataTypeCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataTypeCode[] |
DataTypeCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnConstraints.setDataType(DataTypeCode dataType) |
void |
SingleColumnKey.setDataType(DataTypeCode dataType) |
void |
Column.setType(DataTypeCode type) |
Copyright © 2018–2019 ODPi. All rights reserved.