When using Liquibase programmatically, how can I read the property values of the changelog (in this case <span class=“Apple-style-span” etc.) using Liquibase API?
The current database type can be found with the Database.getTypeName() method.
There is a ChangeLogParameters object which can be gotten from the Liquibase object that has a getValue() method. So you can call liquibase.getChangeLogParameters().getValue(“clob.type”)