Class RawDDLQuery
java.lang.Object
com.valqueries.automapper.context.schema.CustomDDLQuery
com.valqueries.automapper.context.schema.RawDDLQuery
- 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>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.valqueries.automapper.context.schema.CustomDDLQuery
attach, bind, bind, cancel, configuration, detach, executeAsync, executeAsync, getBindValues, getParam, getParams, getSQL, isExecutable, keepStatement, poolable, queryTimeout, subscribeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jooq.Publisher
subscribeMethods inherited from interface org.jooq.QueryPart
equals, hashCode, toString
-
Constructor Details
-
RawDDLQuery
-
-
Method Details
-
execute
public int execute() throws org.jooq.exception.DataAccessException- Throws:
org.jooq.exception.DataAccessException
-
getSQL
-