Uses of Package
liquibase.database
Package
Description
Liquibase top level namespace package.
The change package contains the available database "changes".
Technically, a Change expresses an intention for alter the structure of the Database.
Although Liquibase tries to provide a wide range of database refactorings, there are times you may want to create
your own custom refactoring class.
-
ClassDescriptionInterface that every DBMS supported by this software must implement.A liquibase abstraction over the normal Connection that is available in java.sql.
-
-
-
-
ClassDescriptionInterface that every DBMS supported by this software must implement.Strategy regards quoting object names e.g. table, column, index names etc.
-
-
-
ClassDescriptionStrategy regards quoting object names e.g. table, column, index names etc.
-
-
-
-
ClassDescriptionAbstractJdbcDatabase is extended by all supported databases as a facade to the underlying database.Interface that every DBMS supported by this software must implement.A liquibase abstraction over the normal Connection that is available in java.sql.Strategy regards quoting object names e.g. table, column, index names etc.This class maintains an object quoting strategy and will reset the database's strategy when the close method is called.
-
ClassDescriptionAbstractJdbcDatabase is extended by all supported databases as a facade to the underlying database.Interface that every DBMS supported by this software must implement.A liquibase abstraction over the normal Connection that is available in java.sql.Marker interface for liquibase.database.InternalDatabase implementations that are for internal Liquibase usage, not user-exposed databases.Strategy regards quoting object names e.g. table, column, index names etc.
-
ClassDescriptionInterface that every DBMS supported by this software must implement.A liquibase abstraction over the normal Connection that is available in java.sql.
-
-
-
-
-
-
-
-
ClassDescriptionInterface that every DBMS supported by this software must implement.Strategy regards quoting object names e.g. table, column, index names etc.
-
-
-
-
-
-
-
-
-
-
-
-
-
ClassDescriptionInterface that every DBMS supported by this software must implement.Strategy regards quoting object names e.g. table, column, index names etc.
-
-
-
-
-
-
-
-
-
-
-
ClassDescriptionInterface that every DBMS supported by this software must implement.Factory for PreparedStatements
-
-
-
-