liquibase.database.structure.type
Class NVarcharType

java.lang.Object
  extended by liquibase.database.structure.type.DataType
      extended by liquibase.database.structure.type.TextType
          extended by liquibase.database.structure.type.CharType
              extended by liquibase.database.structure.type.NVarcharType

public class NVarcharType
extends CharType


Constructor Summary
NVarcharType()
           
NVarcharType(String dataTypeName)
           
 
Method Summary
 
Methods inherited from class liquibase.database.structure.type.CharType
getSupportsPrecision
 
Methods inherited from class liquibase.database.structure.type.TextType
convertObjectToString
 
Methods inherited from class liquibase.database.structure.type.DataType
equals, getAdditionalInformation, getDataTypeName, getFirstParameter, getMaxParameters, getMinParameters, getSecondParameter, 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

NVarcharType

public NVarcharType()

NVarcharType

public NVarcharType(String dataTypeName)


Copyright © 2012 Liquibase.org. All Rights Reserved.