public class DatabaseIndex extends Reference
database_index asset type in IGC, displayed as 'Database Index' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
expression |
protected Boolean |
function |
protected ItemList<DatabaseColumn> |
indexedDatabaseColumns |
protected Boolean |
join |
protected ItemList<DatabaseColumn> |
joinedDatabaseColumns |
protected String |
longDescription |
protected String |
name |
protected String |
nativeId |
protected Boolean |
partition |
protected String |
shortDescription |
protected String |
type |
protected Boolean |
unique |
| Constructor and Description |
|---|
DatabaseIndex() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getExpression()
Retrieve the
expression property (displayed as 'Expression') of the object. |
Boolean |
getFunction()
Retrieve the
function property (displayed as 'Function') of the object. |
ItemList<DatabaseColumn> |
getIndexedDatabaseColumns()
Retrieve the
indexed_database_columns property (displayed as 'Database Columns') of the object. |
Boolean |
getJoin()
Retrieve the
join property (displayed as 'Join') of the object. |
ItemList<DatabaseColumn> |
getJoinedDatabaseColumns()
Retrieve the
joined_database_columns property (displayed as 'Joined Database Columns') of the object. |
String |
getLongDescription()
Retrieve the
long_description property (displayed as 'Long Description') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
Boolean |
getPartition()
Retrieve the
partition property (displayed as 'Partition') of the object. |
String |
getShortDescription()
Retrieve the
short_description property (displayed as 'Short Description') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
String |
getTheType()
Retrieve the
type property (displayed as 'Type') of the object. |
Boolean |
getUnique()
Retrieve the
unique property (displayed as 'Unique Index') of the object. |
void |
setExpression(List<String> expression)
Set the
expression property (displayed as Expression) of the object. |
void |
setFunction(Boolean function)
Set the
function property (displayed as Function) of the object. |
void |
setIndexedDatabaseColumns(ItemList<DatabaseColumn> indexedDatabaseColumns)
Set the
indexed_database_columns property (displayed as Database Columns) of the object. |
void |
setJoin(Boolean join)
Set the
join property (displayed as Join) of the object. |
void |
setJoinedDatabaseColumns(ItemList<DatabaseColumn> joinedDatabaseColumns)
Set the
joined_database_columns property (displayed as Joined Database Columns) of the object. |
void |
setLongDescription(String longDescription)
Set the
long_description property (displayed as Long Description) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setPartition(Boolean partition)
Set the
partition property (displayed as Partition) of the object. |
void |
setShortDescription(String shortDescription)
Set the
short_description property (displayed as Short Description) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Name) of the object. |
void |
setTheType(String type)
Set the
type property (displayed as Type) of the object. |
void |
setUnique(Boolean unique)
Set the
unique property (displayed as Unique Index) of the object. |
areModificationDetailsPopulated, getContext, getCreatedBy, getCreatedOn, getId, getIdentity, getModifiedBy, getModifiedOn, getName, getNotes, getType, getUrl, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected Boolean function
protected ItemList<DatabaseColumn> indexedDatabaseColumns
protected Boolean join
protected ItemList<DatabaseColumn> joinedDatabaseColumns
protected String longDescription
protected String name
protected String nativeId
protected Boolean partition
protected String shortDescription
protected String type
protected Boolean unique
public List<String> getExpression()
expression property (displayed as 'Expression') of the object.List<String>public void setExpression(List<String> expression)
expression property (displayed as Expression) of the object.expression - the value to setpublic Boolean getFunction()
function property (displayed as 'Function') of the object.Booleanpublic void setFunction(Boolean function)
function property (displayed as Function) of the object.function - the value to setpublic ItemList<DatabaseColumn> getIndexedDatabaseColumns()
indexed_database_columns property (displayed as 'Database Columns') of the object.ItemList<DatabaseColumn>public void setIndexedDatabaseColumns(ItemList<DatabaseColumn> indexedDatabaseColumns)
indexed_database_columns property (displayed as Database Columns) of the object.indexedDatabaseColumns - the value to setpublic Boolean getJoin()
join property (displayed as 'Join') of the object.Booleanpublic void setJoin(Boolean join)
join property (displayed as Join) of the object.join - the value to setpublic ItemList<DatabaseColumn> getJoinedDatabaseColumns()
joined_database_columns property (displayed as 'Joined Database Columns') of the object.ItemList<DatabaseColumn>public void setJoinedDatabaseColumns(ItemList<DatabaseColumn> joinedDatabaseColumns)
joined_database_columns property (displayed as Joined Database Columns) of the object.joinedDatabaseColumns - the value to setpublic String getLongDescription()
long_description property (displayed as 'Long Description') of the object.Stringpublic void setLongDescription(String longDescription)
long_description property (displayed as Long Description) of the object.longDescription - the value to setpublic String getTheName()
name property (displayed as 'Name') of the object.Stringpublic void setTheName(String name)
name property (displayed as Name) of the object.name - the value to setpublic String getNativeId()
native_id property (displayed as 'Native ID') of the object.Stringpublic void setNativeId(String nativeId)
native_id property (displayed as Native ID) of the object.nativeId - the value to setpublic Boolean getPartition()
partition property (displayed as 'Partition') of the object.Booleanpublic void setPartition(Boolean partition)
partition property (displayed as Partition) of the object.partition - the value to setpublic String getShortDescription()
short_description property (displayed as 'Short Description') of the object.Stringpublic void setShortDescription(String shortDescription)
short_description property (displayed as Short Description) of the object.shortDescription - the value to setpublic String getTheType()
type property (displayed as 'Type') of the object.Stringpublic void setTheType(String type)
type property (displayed as Type) of the object.type - the value to setpublic Boolean getUnique()
unique property (displayed as 'Unique Index') of the object.Booleanpublic void setUnique(Boolean unique)
unique property (displayed as Unique Index) of the object.unique - the value to setCopyright © 2018–2021 ODPi. All rights reserved.