Package de.hybris.platform.util.jdbc
Class DBColumn
java.lang.Object
de.hybris.platform.util.jdbc.DBColumn
-
Method Summary
Modifier and TypeMethodDescriptionbooleanfinal StringintintintgetTable()booleanfinal booleanbooleanbooleanvoidsetIsPrimaryKey(boolean pk) final voidsetNullable(boolean nullable) voidsetSQLTypeDefinition(String newDef) final StringtoString()
-
Method Details
-
getTable
-
getDbName
-
hasChanged
public boolean hasChanged() -
nullableHasChanged
public boolean nullableHasChanged() -
columnExists
public boolean columnExists() -
getSQLTypeDefinition
-
setSQLTypeDefinition
-
isPrimaryKey
public boolean isPrimaryKey() -
setIsPrimaryKey
public void setIsPrimaryKey(boolean pk) -
getColumnName
-
getDataType
public int getDataType() -
isNullable
public final boolean isNullable() -
setNullable
public final void setNullable(boolean nullable) -
toString
-
getColumnSize
public int getColumnSize()- Returns:
- the columnSize
-
getDecimalDigits
public int getDecimalDigits()- Returns:
- the decimalDigits
-