Class MultiDDLQuery

java.lang.Object
com.valqueries.automapper.context.schema.CustomDDLQuery
com.valqueries.automapper.context.schema.MultiDDLQuery
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 MultiDDLQuery extends CustomDDLQuery
See Also:
  • Constructor Details

    • MultiDDLQuery

      public MultiDDLQuery(List<org.jooq.DDLQuery> queries)
  • Method Details

    • execute

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

      @Nonnull public String getSQL()