Class Scale6IntervalSecondDdlType
- java.lang.Object
-
- org.hibernate.type.descriptor.sql.internal.DdlTypeImpl
-
- org.hibernate.type.descriptor.sql.internal.Scale6IntervalSecondDdlType
-
- All Implemented Interfaces:
Serializable
,DdlType
public class Scale6IntervalSecondDdlType extends DdlTypeImpl
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Scale6IntervalSecondDdlType(String typeNamePattern, Dialect dialect)
Scale6IntervalSecondDdlType(Dialect dialect)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTypeName(Long size, Integer precision, Integer scale)
Return a type with the given length, precision, and scale.-
Methods inherited from class org.hibernate.type.descriptor.sql.internal.DdlTypeImpl
getCastTypeName, getCastTypeName, getRawTypeName, getSqlTypeCode, isLob, replace
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.type.descriptor.sql.DdlType
getCastTypeName, getCastTypeName, getRawTypeNames, getTypeName, getTypeName
-
-
-
-
Method Detail
-
getTypeName
public String getTypeName(Long size, Integer precision, Integer scale)
Description copied from interface:DdlType
Return a type with the given length, precision, and scale.- Specified by:
getTypeName
in interfaceDdlType
- Overrides:
getTypeName
in classDdlTypeImpl
-
-