Class DBColumn

java.lang.Object
de.hybris.platform.util.jdbc.DBColumn

public class DBColumn extends Object
  • Method Details

    • getTable

      public DBTable getTable()
    • getDbName

      public String getDbName()
    • hasChanged

      public boolean hasChanged()
    • nullableHasChanged

      public boolean nullableHasChanged()
    • columnExists

      public boolean columnExists()
    • getSQLTypeDefinition

      public String getSQLTypeDefinition()
    • setSQLTypeDefinition

      public void setSQLTypeDefinition(String newDef)
    • isPrimaryKey

      public boolean isPrimaryKey()
    • setIsPrimaryKey

      public void setIsPrimaryKey(boolean pk)
    • getColumnName

      public final String getColumnName()
    • getDataType

      public int getDataType()
    • isNullable

      public final boolean isNullable()
    • setNullable

      public final void setNullable(boolean nullable)
    • toString

      public final String toString()
      Overrides:
      toString in class Object
    • getColumnSize

      public int getColumnSize()
      Returns:
      the columnSize
    • getDecimalDigits

      public int getDecimalDigits()
      Returns:
      the decimalDigits