| 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 |
|---|---|
LogicalDataType |
OutputColumn.getDataType() |
LogicalDataType |
Variable.getDataType() |
LogicalDataType |
Constant.getDataType() |
LogicalDataType |
SQLExpression.getReturnType() |
static LogicalDataType |
LogicalDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogicalDataType[] |
LogicalDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputColumn.setDataType(LogicalDataType dataType) |
void |
Variable.setDataType(LogicalDataType dataType) |
void |
Constant.setDataType(LogicalDataType dataType) |
void |
SQLExpression.setReturnType(LogicalDataType returnType) |
Copyright © 2018–2021 ODPi. All rights reserved.