Class RuntimeGenerator

All Implemented Interfaces:
PrioritizedService, SqlGenerator<RuntimeStatement>

public class RuntimeGenerator extends AbstractSqlGenerator<RuntimeStatement>
  • Constructor Details

    • RuntimeGenerator

      public RuntimeGenerator()
  • Method Details

    • validate

      public ValidationErrors validate(RuntimeStatement statement, Database database, SqlGeneratorChain sqlGeneratorChain)
      Description copied from interface: SqlGenerator
      Validate the data contained in the SqlStatement. If there are no errors, return an empty ValidationErrors object, not a null value. Liquibase will inspect the ValidationErrors result before attempting to call generateSql.
    • generateSql

      public Sql[] generateSql(RuntimeStatement statement, Database database, SqlGeneratorChain sqlGeneratorChain)
      Description copied from interface: SqlGenerator
      Generate the actual Sql for the given statement and database.