liquibase.informix.datatype.core
Class InformixBooleanType

java.lang.Object
  extended by liquibase.datatype.LiquibaseDataType
      extended by liquibase.datatype.core.BooleanType
          extended by liquibase.informix.datatype.core.InformixBooleanType
All Implemented Interfaces:
PrioritizedService

public class InformixBooleanType
extends BooleanType

An informix-compatible boolean data type.

Author:
Ivaylo Slavov

Field Summary
 
Fields inherited from interface liquibase.servicelocator.PrioritizedService
PRIORITY_DATABASE, PRIORITY_DEFAULT
 
Constructor Summary
InformixBooleanType()
           
 
Method Summary
 String getFalseBooleanValue(Database database)
          The database-specific value to use for "false" "boolean" columns.
 String getTrueBooleanValue(Database database)
          The database-specific value to use for "true" "boolean" columns.
 DatabaseDataType toDatabaseDataType(Database database)
           
 
Methods inherited from class liquibase.datatype.core.BooleanType
isNumericBoolean, objectToSql
 
Methods inherited from class liquibase.datatype.LiquibaseDataType
addParameter, equals, getAdditionalInformation, getAliases, getMaxParameters, getMinParameters, getName, getParameters, getPriority, hashCode, isCurrentDateTimeFunction, setAdditionalInformation, sqlToObject, supports, toString, validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InformixBooleanType

public InformixBooleanType()
Method Detail

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.