liquibase.informix.datatype.core
Class InformixBooleanType
java.lang.Object
liquibase.datatype.LiquibaseDataType
liquibase.datatype.core.BooleanType
liquibase.informix.datatype.core.InformixBooleanType
- All Implemented Interfaces:
- PrioritizedService
public class InformixBooleanType
- extends BooleanType
An informix-compatible boolean data type.
- Author:
- Ivaylo Slavov
Methods inherited from class liquibase.datatype.LiquibaseDataType |
addParameter, equals, getAdditionalInformation, getAliases, getMaxParameters, getMinParameters, getName, getParameters, getPriority, hashCode, isCurrentDateTimeFunction, setAdditionalInformation, sqlToObject, supports, toString, validate |
InformixBooleanType
public InformixBooleanType()
toDatabaseDataType
public DatabaseDataType toDatabaseDataType(Database database)
- Overrides:
toDatabaseDataType
in class BooleanType
getFalseBooleanValue
public String getFalseBooleanValue(Database database)
- Description copied from class:
BooleanType
- The database-specific value to use for "false" "boolean" columns.
- Overrides:
getFalseBooleanValue
in class BooleanType
getTrueBooleanValue
public String getTrueBooleanValue(Database database)
- Description copied from class:
BooleanType
- The database-specific value to use for "true" "boolean" columns.
- Overrides:
getTrueBooleanValue
in class BooleanType
Copyright © 2013 Liquibase.org. All Rights Reserved.