Package ch.tocco.nice2.dbrefactoring.impl.liquibase.precondition
package ch.tocco.nice2.dbrefactoring.impl.liquibase.precondition
-
ClassDescriptionAn efficient implementation of the 'columnExists' precondition for PostgreSQL that uses a query instead of database metadata.An efficient implementation of the 'foreignKeyConstraintExists' precondition for PostgreSQL that uses a query instead of database metadata.An efficient implementation of the 'indexExists' precondition for PostgreSQL that uses a query instead of database metadata.An efficient implementation of the 'primaryKeyExists' precondition for PostgreSQL that uses a query instead of database metadata.An efficient implementation of the 'tableExists' precondition for PostgreSQL that uses a query instead of database metadata.