liquibase.database.structure.type
Class BooleanType.NumericBooleanType

java.lang.Object
  extended by liquibase.database.structure.type.DataType
      extended by liquibase.database.structure.type.BooleanType
          extended by liquibase.database.structure.type.BooleanType.NumericBooleanType
Enclosing class:
BooleanType

public static class BooleanType.NumericBooleanType
extends BooleanType


Nested Class Summary
 
Nested classes/interfaces inherited from class liquibase.database.structure.type.BooleanType
BooleanType.NumericBooleanType
 
Constructor Summary
BooleanType.NumericBooleanType()
           
BooleanType.NumericBooleanType(String dataTypeName)
           
 
Method Summary
 String getFalseBooleanValue()
          The database-specific value to use for "false" "boolean" columns.
 String getTrueBooleanValue()
          The database-specific value to use for "true" "boolean" columns.
 
Methods inherited from class liquibase.database.structure.type.BooleanType
convertObjectToString
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BooleanType.NumericBooleanType

public BooleanType.NumericBooleanType()

BooleanType.NumericBooleanType

public BooleanType.NumericBooleanType(String dataTypeName)
Method Detail

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.