Uses of Class
liquibase.database.jvm.JdbcConnection
-
Packages that use JdbcConnection Package Description liquibase.database liquibase.database.jvm -
-
Uses of JdbcConnection in liquibase.database
Constructors in liquibase.database with parameters of type JdbcConnection Constructor Description PreparedStatementFactory(JdbcConnection con) -
Uses of JdbcConnection in liquibase.database.jvm
Subclasses of JdbcConnection in liquibase.database.jvm Modifier and Type Class Description classDerbyConnectionclassHsqlConnectionclassSybaseASAConnectionA SybaseASA specific Delegate that removes the calls to nativeSQL due to driver issues.classSybaseConnectionA Sybase specific Delegate that removes the calls to commit and rollback as Sybase requires that autocommit be set to true.
-