liquibase.datatype.core
Class XMLType

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

public class XMLType
extends LiquibaseDataType


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

Constructor Detail

XMLType

public XMLType()
Method Detail

otherToSql

protected String otherToSql(Object value,
                            Database database)
Overrides:
otherToSql in class LiquibaseDataType

toDatabaseDataType

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


Copyright © 2016 Liquibase.org. All rights reserved.