Class ConditionalDDLQuery

java.lang.Object
com.valqueries.automapper.context.schema.CustomDDLQuery
com.valqueries.automapper.context.schema.ConditionalDDLQuery
All Implemented Interfaces:
Serializable, Flow.Publisher<Integer>, org.jooq.Attachable, org.jooq.AttachableQueryPart, org.jooq.DDLQuery, org.jooq.Publisher<Integer>, org.jooq.Query, org.jooq.QueryPart, org.jooq.RowCountQuery, org.jooq.Statement, org.reactivestreams.Publisher<Integer>

public class ConditionalDDLQuery extends CustomDDLQuery
See Also:
  • Constructor Details

    • ConditionalDDLQuery

      public ConditionalDDLQuery(Supplier<Boolean> predicate, org.jooq.DDLQuery query)
  • Method Details

    • execute

      public int execute() throws org.jooq.exception.DataAccessException
      Throws:
      org.jooq.exception.DataAccessException
    • getSQL

      @Nonnull public String getSQL()