liquibase.datatype.core
Class NVarcharType

java.lang.Object
  extended by liquibase.datatype.LiquibaseDataType
      extended by liquibase.datatype.core.CharType
          extended by liquibase.datatype.core.NVarcharType
All Implemented Interfaces:
PrioritizedService

public class NVarcharType
extends CharType


Field Summary
 
Fields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
 
Constructor Summary
NVarcharType()
           
 
Method Summary
 DatabaseDataType toDatabaseDataType(Database database)
           
 
Methods inherited from class liquibase.datatype.core.CharType
getSize, objectToSql
 
Methods inherited from class liquibase.datatype.LiquibaseDataType
addParameter, equals, finishInitialization, formatNumber, functionToSql, getAdditionalInformation, getAliases, getMaxParameters, getMinParameters, getName, getParameters, getPriority, getRawDefinition, hashCode, isCurrentDateTimeFunction, numberToSql, otherToSql, setAdditionalInformation, sqlToObject, supports, toString, validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NVarcharType

public NVarcharType()
Method Detail

toDatabaseDataType

public DatabaseDataType toDatabaseDataType(Database database)
Overrides:
toDatabaseDataType in class CharType


Copyright © 2016 Liquibase.org. All rights reserved.