public class XMLType extends LiquibaseDataType
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT| Constructor and Description |
|---|
XMLType() |
| Modifier and Type | Method and Description |
|---|---|
LoadDataChange.LOAD_DATA_TYPE |
getLoadTypeName()
Returns one of the four basic data types for use in LoadData: BOOLEAN, NUMERIC, DATE or STRING
|
protected String |
otherToSql(Object value,
Database database) |
DatabaseDataType |
toDatabaseDataType(Database database)
Transforms this data type into the native data type of the target DBMS.
|
addParameter, equals, finishInitialization, formatNumber, functionToSql, getAdditionalInformation, getAliases, getMaxParameters, getMinParameters, getName, getParameters, getPriority, getRawDefinition, hashCode, isCurrentDateTimeFunction, numberToSql, objectToSql, setAdditionalInformation, sqlToObject, supports, toString, validateprotected String otherToSql(Object value, Database database)
otherToSql in class LiquibaseDataTypepublic DatabaseDataType toDatabaseDataType(Database database)
LiquibaseDataTypetoDatabaseDataType in class LiquibaseDataTypedatabase - the Database for which the native data type is to be constructedpublic LoadDataChange.LOAD_DATA_TYPE getLoadTypeName()
LiquibaseDataTypegetLoadTypeName in class LiquibaseDataTypeCopyright © 2019 Liquibase.org. All rights reserved.