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