public class MultiColumnKey extends Object
| Constructor and Description |
|---|
MultiColumnKey() |
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
getColumns() |
Integer |
getNbForeignKeyCandidates() |
Integer |
getNbOfColumns() |
Double |
getPercentDuplicate() |
Double |
getPercentUnique() |
Boolean |
isDefinedForeignKey() |
Boolean |
isDefinedPrimaryKey() |
Boolean |
isPrimaryKeyCandidate() |
Boolean |
isSelectedForeignKey() |
Boolean |
isSelectedPrimaryKey() |
void |
setColumns(List<Column> columns) |
void |
setDefinedForeignKey(Boolean definedForeignKey) |
void |
setDefinedPrimaryKey(Boolean definedPrimaryKey) |
void |
setNbForeignKeyCandidates(Integer nbForeignKeyCandidates) |
void |
setNbOfColumns(Integer nbOfColumns) |
void |
setPercentDuplicate(Double percentDuplicate) |
void |
setPercentUnique(Double percentUnique) |
void |
setPrimaryKeyCandidate(Boolean primaryKeyCandidate) |
void |
setSelectedForeignKey(Boolean selectedForeignKey) |
void |
setSelectedPrimaryKey(Boolean selectedPrimaryKey) |
String |
toString() |
public Integer getNbOfColumns()
public void setNbOfColumns(Integer nbOfColumns)
public Double getPercentUnique()
public void setPercentUnique(Double percentUnique)
public Double getPercentDuplicate()
public void setPercentDuplicate(Double percentDuplicate)
public Integer getNbForeignKeyCandidates()
public void setNbForeignKeyCandidates(Integer nbForeignKeyCandidates)
public Boolean isPrimaryKeyCandidate()
public void setPrimaryKeyCandidate(Boolean primaryKeyCandidate)
public Boolean isSelectedPrimaryKey()
public void setSelectedPrimaryKey(Boolean selectedPrimaryKey)
public Boolean isDefinedPrimaryKey()
public void setDefinedPrimaryKey(Boolean definedPrimaryKey)
public Boolean isSelectedForeignKey()
public void setSelectedForeignKey(Boolean selectedForeignKey)
public Boolean isDefinedForeignKey()
public void setDefinedForeignKey(Boolean definedForeignKey)
Copyright © 2018–2019 ODPi. All rights reserved.