public interface ColumnLevelLineage
| Modifier and Type | Method and Description |
|---|---|
List<Reference> |
getContext()
Retrieve the context of the IGC object instance.
|
String |
getName()
Retrieve the name of the IGC object instance.
|
ItemList<DataItem> |
getNextStageColumns()
Retrieve the
next_stage_columns property (displayed as 'Next Stage Columns or Variables') of the object. |
String |
getOdbcType()
Retrieve the
odbc_type property (displayed as 'SQL Type') of the object. |
ItemList<DataItem> |
getPreviousStageColumns()
Retrieve the
previous_stage_columns property (displayed as 'Previous Stage Columns or Variables') of the object. |
void |
setContext(List<Reference> _context)
Set the context of the IGC object instance.
|
void |
setName(String _name)
Set the name of the IGC object instance.
|
void |
setNextStageColumns(ItemList<DataItem> nextStageColumns)
Set the
next_stage_columns property (displayed as Next Stage Columns or Variables) of the object. |
void |
setOdbcType(String odbcType)
Set the
odbc_type property (displayed as SQL Type) of the object. |
void |
setPreviousStageColumns(ItemList<DataItem> previousStageColumns)
Set the
previous_stage_columns property (displayed as Previous Stage Columns or Variables) of the object. |
List<Reference> getContext()
List<Reference>void setContext(List<Reference> _context)
_context - of the IGC object instanceString getName()
void setName(String _name)
_name - of the IGC object instanceItemList<DataItem> getNextStageColumns()
next_stage_columns property (displayed as 'Next Stage Columns or Variables') of the object.ItemList<DataItem>void setNextStageColumns(ItemList<DataItem> nextStageColumns)
next_stage_columns property (displayed as Next Stage Columns or Variables) of the object.nextStageColumns - the value to setString getOdbcType()
odbc_type property (displayed as 'SQL Type') of the object.Stringvoid setOdbcType(String odbcType)
odbc_type property (displayed as SQL Type) of the object.odbcType - the value to setItemList<DataItem> getPreviousStageColumns()
previous_stage_columns property (displayed as 'Previous Stage Columns or Variables') of the object.ItemList<DataItem>Copyright © 2018–2021 ODPi. All rights reserved.