Class TableColumnCheckResult
java.lang.Object
com.atlassian.jira.health.checks.database.TableColumnCheckResult
Represents the stateful answer to the query of whether a given table contains a given column.
-
Constructor Summary
ConstructorsConstructorDescriptionTableColumnCheckResult(String tableName) TableColumnCheckResult(String tableName, String columnName) -
Method Summary
Modifier and TypeMethodDescriptionbooleanisExists()voidsetColumnName(String columnName) voidsetExists(boolean exists) voidsetTableName(String tableName)
-
Constructor Details
-
TableColumnCheckResult
-
TableColumnCheckResult
-
-
Method Details
-
getTableName
-
setTableName
-
getColumnName
-
setColumnName
-
isExists
public boolean isExists() -
setExists
public void setExists(boolean exists)
-