public class TableAnalysis extends Reference
table_analysis asset type in IGC, displayed as 'Table Analysis' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected Datagroup |
databaseTableOrView |
protected Number |
foreignKeyViolations |
protected String |
name |
protected String |
nativeId |
protected Number |
nbRecordTested |
protected Number |
numberOfFields |
protected Number |
numberOfRows |
protected Number |
primaryKeyDuplicates |
protected String |
project |
protected Number |
qualityScore
Deprecated.
No longer applicable from 11.5.0.1ru5 onwards.
|
protected String |
qualityScorePercent |
protected ItemList<QualityProblem> |
qualityScoreProblems |
protected Date |
reviewDate |
protected ItemList<DatabaseColumn> |
selectedForeignKey |
protected ItemList<DatabaseColumn> |
selectedNaturalKey |
protected ItemList<DatabaseColumn> |
selectedPrimaryKey |
| Constructor and Description |
|---|
TableAnalysis() |
| Modifier and Type | Method and Description |
|---|---|
Datagroup |
getDatabaseTableOrView()
Retrieve the
database_table_or_view property (displayed as 'Database Table or View') of the object. |
Number |
getForeignKeyViolations()
Retrieve the
foreign_key_violations property (displayed as 'Foreign Key Violations') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
Number |
getNbRecordTested()
Retrieve the
nb_record_tested property (displayed as 'Number of Records Tested') of the object. |
Number |
getNumberOfFields()
Retrieve the
number_of_fields property (displayed as 'Number of Fields') of the object. |
Number |
getNumberOfRows()
Retrieve the
number_of_rows property (displayed as 'Number of Rows') of the object. |
Number |
getPrimaryKeyDuplicates()
Retrieve the
primary_key_duplicates property (displayed as 'Primary Key Duplicates') of the object. |
String |
getProject()
Retrieve the
project property (displayed as 'Project') of the object. |
Number |
getQualityScore()
Deprecated.
No longer applicable from 11.5.0.1ru5 onwards.
|
String |
getQualityScorePercent()
Retrieve the
quality_score_percent property (displayed as 'Quality Score') of the object. |
ItemList<QualityProblem> |
getQualityScoreProblems()
Retrieve the
quality_score_problems property (displayed as 'Quality Score Problems') of the object. |
Date |
getReviewDate()
Retrieve the
review_date property (displayed as 'Review Date') of the object. |
ItemList<DatabaseColumn> |
getSelectedForeignKey()
Retrieve the
selected_foreign_key property (displayed as 'User Selected Foreign Key') of the object. |
ItemList<DatabaseColumn> |
getSelectedNaturalKey()
Retrieve the
selected_natural_key property (displayed as 'User Selected Natural Key') of the object. |
ItemList<DatabaseColumn> |
getSelectedPrimaryKey()
Retrieve the
selected_primary_key property (displayed as 'User Selected Primary Key') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
void |
setDatabaseTableOrView(Datagroup databaseTableOrView)
Set the
database_table_or_view property (displayed as Database Table or View) of the object. |
void |
setForeignKeyViolations(Number foreignKeyViolations)
Set the
foreign_key_violations property (displayed as Foreign Key Violations) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setNbRecordTested(Number nbRecordTested)
Set the
nb_record_tested property (displayed as Number of Records Tested) of the object. |
void |
setNumberOfFields(Number numberOfFields)
Set the
number_of_fields property (displayed as Number of Fields) of the object. |
void |
setNumberOfRows(Number numberOfRows)
Set the
number_of_rows property (displayed as Number of Rows) of the object. |
void |
setPrimaryKeyDuplicates(Number primaryKeyDuplicates)
Set the
primary_key_duplicates property (displayed as Primary Key Duplicates) of the object. |
void |
setProject(String project)
Set the
project property (displayed as Project) of the object. |
void |
setQualityScore(Number qualityScore)
Deprecated.
No longer applicable from 11.5.0.1ru5 onwards.
|
void |
setQualityScorePercent(String qualityScorePercent)
Set the
quality_score_percent property (displayed as Quality Score) of the object. |
void |
setQualityScoreProblems(ItemList<QualityProblem> qualityScoreProblems)
Set the
quality_score_problems property (displayed as Quality Score Problems) of the object. |
void |
setReviewDate(Date reviewDate)
Set the
review_date property (displayed as Review Date) of the object. |
void |
setSelectedForeignKey(ItemList<DatabaseColumn> selectedForeignKey)
Set the
selected_foreign_key property (displayed as User Selected Foreign Key) of the object. |
void |
setSelectedNaturalKey(ItemList<DatabaseColumn> selectedNaturalKey)
Set the
selected_natural_key property (displayed as User Selected Natural Key) of the object. |
void |
setSelectedPrimaryKey(ItemList<DatabaseColumn> selectedPrimaryKey)
Set the
selected_primary_key property (displayed as User Selected Primary Key) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Name) 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 Datagroup databaseTableOrView
protected Number foreignKeyViolations
protected String name
protected String nativeId
protected Number nbRecordTested
protected Number numberOfFields
protected Number numberOfRows
protected Number primaryKeyDuplicates
protected String project
@Deprecated protected Number qualityScore
qualityScorePercentprotected String qualityScorePercent
protected ItemList<QualityProblem> qualityScoreProblems
protected Date reviewDate
protected ItemList<DatabaseColumn> selectedForeignKey
protected ItemList<DatabaseColumn> selectedNaturalKey
protected ItemList<DatabaseColumn> selectedPrimaryKey
public Datagroup getDatabaseTableOrView()
database_table_or_view property (displayed as 'Database Table or View') of the object.Datagrouppublic void setDatabaseTableOrView(Datagroup databaseTableOrView)
database_table_or_view property (displayed as Database Table or View) of the object.databaseTableOrView - the value to setpublic Number getForeignKeyViolations()
foreign_key_violations property (displayed as 'Foreign Key Violations') of the object.Numberpublic void setForeignKeyViolations(Number foreignKeyViolations)
foreign_key_violations property (displayed as Foreign Key Violations) of the object.foreignKeyViolations - 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 Number getNbRecordTested()
nb_record_tested property (displayed as 'Number of Records Tested') of the object.Numberpublic void setNbRecordTested(Number nbRecordTested)
nb_record_tested property (displayed as Number of Records Tested) of the object.nbRecordTested - the value to setpublic Number getNumberOfFields()
number_of_fields property (displayed as 'Number of Fields') of the object.Numberpublic void setNumberOfFields(Number numberOfFields)
number_of_fields property (displayed as Number of Fields) of the object.numberOfFields - the value to setpublic Number getNumberOfRows()
number_of_rows property (displayed as 'Number of Rows') of the object.Numberpublic void setNumberOfRows(Number numberOfRows)
number_of_rows property (displayed as Number of Rows) of the object.numberOfRows - the value to setpublic Number getPrimaryKeyDuplicates()
primary_key_duplicates property (displayed as 'Primary Key Duplicates') of the object.Numberpublic void setPrimaryKeyDuplicates(Number primaryKeyDuplicates)
primary_key_duplicates property (displayed as Primary Key Duplicates) of the object.primaryKeyDuplicates - the value to setpublic String getProject()
project property (displayed as 'Project') of the object.Stringpublic void setProject(String project)
project property (displayed as Project) of the object.project - the value to set@Deprecated public Number getQualityScore()
quality_score property (displayed as 'Quality Score') of the object.NumbergetQualityScorePercent()@Deprecated public void setQualityScore(Number qualityScore)
quality_score property (displayed as Quality Score) of the object.qualityScore - the value to setsetQualityScorePercent(String)public String getQualityScorePercent()
quality_score_percent property (displayed as 'Quality Score') of the object.Stringpublic void setQualityScorePercent(String qualityScorePercent)
quality_score_percent property (displayed as Quality Score) of the object.qualityScorePercent - the value to setpublic ItemList<QualityProblem> getQualityScoreProblems()
quality_score_problems property (displayed as 'Quality Score Problems') of the object.ItemList<QualityProblem>public void setQualityScoreProblems(ItemList<QualityProblem> qualityScoreProblems)
quality_score_problems property (displayed as Quality Score Problems) of the object.qualityScoreProblems - the value to setpublic Date getReviewDate()
review_date property (displayed as 'Review Date') of the object.Datepublic void setReviewDate(Date reviewDate)
review_date property (displayed as Review Date) of the object.reviewDate - the value to setpublic ItemList<DatabaseColumn> getSelectedForeignKey()
selected_foreign_key property (displayed as 'User Selected Foreign Key') of the object.ItemList<DatabaseColumn>public void setSelectedForeignKey(ItemList<DatabaseColumn> selectedForeignKey)
selected_foreign_key property (displayed as User Selected Foreign Key) of the object.selectedForeignKey - the value to setpublic ItemList<DatabaseColumn> getSelectedNaturalKey()
selected_natural_key property (displayed as 'User Selected Natural Key') of the object.ItemList<DatabaseColumn>public void setSelectedNaturalKey(ItemList<DatabaseColumn> selectedNaturalKey)
selected_natural_key property (displayed as User Selected Natural Key) of the object.selectedNaturalKey - the value to setpublic ItemList<DatabaseColumn> getSelectedPrimaryKey()
selected_primary_key property (displayed as 'User Selected Primary Key') of the object.ItemList<DatabaseColumn>public void setSelectedPrimaryKey(ItemList<DatabaseColumn> selectedPrimaryKey)
selected_primary_key property (displayed as User Selected Primary Key) of the object.selectedPrimaryKey - the value to setCopyright © 2018–2021 ODPi. All rights reserved.