Package de.hybris.bootstrap.ddl.jdbc
Class JdbcType
java.lang.Object
de.hybris.bootstrap.ddl.jdbc.JdbcType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetScale()getSize()booleanvoidsetDefaultValue(String defaultValue) toString()withSizeModifier(String modifier)
-
Constructor Details
-
JdbcType
public JdbcType(int jdbcType) -
JdbcType
public JdbcType(int jdbcType, int size) -
JdbcType
public JdbcType(int jdbcType, int size, int scale) -
JdbcType
-
-
Method Details