liquibase.sqlgenerator.core
Class AddUniqueConstraintGeneratorTDS
java.lang.Object
liquibase.sqlgenerator.core.AbstractSqlGenerator<AddUniqueConstraintStatement>
liquibase.sqlgenerator.core.AddUniqueConstraintGenerator
liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorTDS
- All Implemented Interfaces:
- PrioritizedService, SqlGenerator<AddUniqueConstraintStatement>
public class AddUniqueConstraintGeneratorTDS
- extends AddUniqueConstraintGenerator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddUniqueConstraintGeneratorTDS
public AddUniqueConstraintGeneratorTDS()
getPriority
public int getPriority()
- Description copied from interface:
SqlGenerator
- Of all the SqlGenerators that "support" a given SqlStatement/Database, SqlGeneratorFactory will return the one
with the highest priority.
- Specified by:
getPriority
in interface PrioritizedService
- Specified by:
getPriority
in interface SqlGenerator<AddUniqueConstraintStatement>
- Overrides:
getPriority
in class AbstractSqlGenerator<AddUniqueConstraintStatement>
supports
public boolean supports(AddUniqueConstraintStatement statement,
Database database)
- Description copied from interface:
SqlGenerator
- Does this generator support the given statement/database combination? Do not validate the statement with this
method, only return if it can suppot it.
- Specified by:
supports
in interface SqlGenerator<AddUniqueConstraintStatement>
- Overrides:
supports
in class AddUniqueConstraintGenerator
generateSql
public Sql[] generateSql(AddUniqueConstraintStatement statement,
Database database,
SqlGeneratorChain sqlGeneratorChain)
- Description copied from interface:
SqlGenerator
- Generate the actual Sql for the given statement and database.
- Specified by:
generateSql
in interface SqlGenerator<AddUniqueConstraintStatement>
- Overrides:
generateSql
in class AddUniqueConstraintGenerator
Copyright © 2004-2011 Liquibase.org. All Rights Reserved.