Class JdbcType

java.lang.Object
de.hybris.bootstrap.ddl.jdbc.JdbcType

public class JdbcType extends Object
  • Constructor Details

    • JdbcType

      public JdbcType(int jdbcType)
    • JdbcType

      public JdbcType(int jdbcType, int size)
    • JdbcType

      public JdbcType(int jdbcType, int size, int scale)
    • JdbcType

      public JdbcType(int jdbcType, int size, int scale, String defaultValue)
  • Method Details

    • getJdbcType

      public int getJdbcType()
    • getSize

      public String getSize()
    • getScale

      public int getScale()
    • getDefaultValue

      public String getDefaultValue()
    • setDefaultValue

      public void setDefaultValue(String defaultValue)
    • withSizeModifier

      public JdbcType withSizeModifier(String modifier)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hasComplexSize

      public boolean hasComplexSize()