Uses of Interface
liquibase.executor.jvm.ChangelogJdbcMdcListener.QueryJdbc
Packages that use ChangelogJdbcMdcListener.QueryJdbc
-
Uses of ChangelogJdbcMdcListener.QueryJdbc in liquibase.executor.jvm
Methods in liquibase.executor.jvm with parameters of type ChangelogJdbcMdcListener.QueryJdbcModifier and TypeMethodDescriptionstatic <T> TChangelogJdbcMdcListener.query(Database database, ChangelogJdbcMdcListener.QueryJdbc<T> jdbcQuery) Execute the given statement via the jdbc executor.