liquibase.database.structure.type
Class SmallIntType
java.lang.Object
liquibase.database.structure.type.DataType
liquibase.database.structure.type.SmallIntType
public class SmallIntType
- extends DataType
Methods inherited from class liquibase.database.structure.type.DataType |
equals, getAdditionalInformation, getDataTypeName, getFirstParameter, getMaxParameters, getMinParameters, getSecondParameter, getSupportsPrecision, getUnit, hashCode, setAdditionalInformation, setDataTypeName, setFirstParameter, setSecondParameter, setUnit, toString |
SmallIntType
public SmallIntType()
SmallIntType
public SmallIntType(String dataTypeName)
convertObjectToString
public String convertObjectToString(Object value,
Database database)
- Overrides:
convertObjectToString
in class DataType
Copyright © 2012 Liquibase.org. All Rights Reserved.