public class ViewColumnInfo extends CachedObjectPointer
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CACHE_NAME |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCacheName() |
java.lang.String |
getSameStorageAs()
Returns the name of the view column that same data value
as this view column.
|
java.lang.String |
getTableColumnName()
Returns the name of the table's column that has data for this column.
|
java.lang.String |
getTableName()
Returns the name of the table that has data for this column.
|
ViewColumnInfoBase |
getTypedReference() |
ViewColumnInfoBase |
getTypedReferenceForSet() |
java.lang.String |
getViewColumnName()
Returns the view column name.
|
java.lang.String |
getViewName()
Returns the name of the view that has this column information.
|
boolean |
isTenantOwned() |
getClonedInfo, getID, getParent, getReference, getReferenceForSet, isSameTenantAsReference, setID, setParent, setReference, setTenantReference
public static final java.lang.String CACHE_NAME
public ViewColumnInfoBase getTypedReference()
public ViewColumnInfoBase getTypedReferenceForSet()
public java.lang.String getSameStorageAs()
public java.lang.String getTableColumnName()
public java.lang.String getTableName()
public java.lang.String getViewColumnName()
public java.lang.String getViewName()
public boolean isTenantOwned()
public java.lang.String getCacheName()
getCacheName
in class CachedObjectPointer