public class ConnectorUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BUSINESS_PREFIX |
static String |
GENERAL |
static String |
TECHNICAL_PREFIX |
| Constructor and Description |
|---|
ConnectorUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getLogicTableName(String type,
TableContextEvent event,
String gaianNodeName)
get Logical Table name bas
|
static List<MappedColumn> |
getMappedColumns(TableContextEvent tableContextEvent)
provide the list of the mapped columns
|
static void |
updateColumnDataType(List<MappedColumn> mappedColumns,
LogicTable backEndTable)
set the real column data type to columns
|
public static final String TECHNICAL_PREFIX
public static final String BUSINESS_PREFIX
public static final String GENERAL
public static String getLogicTableName(String type, TableContextEvent event, String gaianNodeName)
event - IV eventtype - business or technicalpublic static List<MappedColumn> getMappedColumns(TableContextEvent tableContextEvent)
tableContextEvent - the event containing full context for a tablepublic static void updateColumnDataType(List<MappedColumn> mappedColumns, LogicTable backEndTable)
mappedColumns - backEndTable - Copyright © 2018–2019 ODPi. All rights reserved.