Package liquibase.database
package liquibase.database
-
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.Factory for PreparedStatementsThis class maintains an object quoting strategy and will reset the database's strategy when the close method is called.