| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.model.base |
Defines data constructs representing each of IGC's metadata types.
|
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<View> |
View.referencedByViews |
protected ItemList<View> |
DatabaseTable.referencedByViews |
protected ItemList<View> |
DatabaseColumn.view |
protected ItemList<View> |
DatabaseSchema.views |
protected ItemList<View> |
HbaseNamespace.views |
| Modifier and Type | Method and Description |
|---|---|
ItemList<View> |
View.getReferencedByViews()
Retrieve the
referenced_by_views property (displayed as 'Referenced by Views') of the object. |
ItemList<View> |
DatabaseTable.getReferencedByViews()
Retrieve the
referenced_by_views property (displayed as 'Referenced by Views') of the object. |
ItemList<View> |
DatabaseColumn.getView()
Retrieve the
view property (displayed as 'Database View') of the object. |
ItemList<View> |
DatabaseSchema.getViews()
Retrieve the
views property (displayed as 'Views') of the object. |
ItemList<View> |
HbaseNamespace.getViews()
Retrieve the
views property (displayed as 'Views') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
View.setReferencedByViews(ItemList<View> referencedByViews)
Set the
referenced_by_views property (displayed as Referenced by Views) of the object. |
void |
DatabaseTable.setReferencedByViews(ItemList<View> referencedByViews)
Set the
referenced_by_views property (displayed as Referenced by Views) of the object. |
void |
DatabaseColumn.setView(ItemList<View> view)
Set the
view property (displayed as Database View) of the object. |
void |
DatabaseSchema.setViews(ItemList<View> views)
Set the
views property (displayed as Views) of the object. |
void |
HbaseNamespace.setViews(ItemList<View> views)
Set the
views property (displayed as Views) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.