Package liquibase.database

Interface Summary
Database  
DatabaseConnection A liquibase abstraction over the normal Connection that is available in java.sql.
InternalDatabase Marker interface for liquibase.database.InternalDatabase implementations that are for internal Liquibase usage, not user-exposed databases.
 

Class Summary
AbstractJdbcDatabase AbstractJdbcDatabase is extended by all supported databases as a facade to the underlying database.
DatabaseFactory  
DatabaseList  
OfflineConnection  
PreparedStatementFactory Factory for PreparedStatements
 

Enum Summary
ObjectQuotingStrategy Strategy regards quoting object names e.g.
 



Copyright © 2016 Liquibase.org. All rights reserved.