liquibase.datatype.core
Class UUIDType
java.lang.Object
liquibase.datatype.LiquibaseDataType
liquibase.datatype.core.UUIDType
- All Implemented Interfaces:
- PrioritizedService
public class UUIDType
- extends LiquibaseDataType
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 |
UUIDType
public UUIDType()
toDatabaseDataType
public DatabaseDataType toDatabaseDataType(Database database)
- Overrides:
toDatabaseDataType
in class LiquibaseDataType
otherToSql
protected String otherToSql(Object value,
Database database)
- Overrides:
otherToSql
in class LiquibaseDataType
Copyright © 2016 Liquibase.org. All rights reserved.