liquibase.database.structure.type
Class BooleanType
java.lang.Object
liquibase.database.structure.type.DataType
liquibase.database.structure.type.BooleanType
- Direct Known Subclasses:
- BooleanType.NumericBooleanType
public class BooleanType
- 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 |
BooleanType
public BooleanType()
BooleanType
public BooleanType(String dataTypeName)
convertObjectToString
public String convertObjectToString(Object value,
Database database)
- Overrides:
convertObjectToString
in class DataType
getFalseBooleanValue
public String getFalseBooleanValue()
- The database-specific value to use for "false" "boolean" columns.
getTrueBooleanValue
public String getTrueBooleanValue()
- The database-specific value to use for "true" "boolean" columns.
Copyright © 2012 Liquibase.org. All Rights Reserved.