Class CustomDDLQuery
java.lang.Object
com.valqueries.automapper.context.schema.CustomDDLQuery
- 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>
- Direct Known Subclasses:
ConditionalDDLQuery,MultiDDLQuery,RawDDLQuery
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattach(org.jooq.Configuration configuration) org.jooq.Queryorg.jooq.Queryvoidcancel()org.jooq.Configurationvoiddetach()executeAsync(Executor executor) org.jooq.Param<?>getSQL(org.jooq.conf.ParamType paramType) booleanorg.jooq.CloseableQuerykeepStatement(boolean b) org.jooq.Querypoolable(boolean b) org.jooq.QueryqueryTimeout(int i) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jooq.AttachableQueryPart
getSQLMethods inherited from interface org.jooq.Publisher
subscribeMethods inherited from interface org.jooq.Query
executeMethods inherited from interface org.jooq.QueryPart
equals, hashCode, toString
-
Constructor Details
-
CustomDDLQuery
public CustomDDLQuery()
-
-
Method Details
-
executeAsync
- Specified by:
executeAsyncin interfaceorg.jooq.Query
-
executeAsync
- Specified by:
executeAsyncin interfaceorg.jooq.Query
-
isExecutable
public boolean isExecutable()- Specified by:
isExecutablein interfaceorg.jooq.Query
-
bind
@Nonnull public org.jooq.Query bind(String s, Object o) throws IllegalArgumentException, org.jooq.exception.DataTypeException - Specified by:
bindin interfaceorg.jooq.Query- Throws:
IllegalArgumentExceptionorg.jooq.exception.DataTypeException
-
bind
@Nonnull public org.jooq.Query bind(int i, Object o) throws IllegalArgumentException, org.jooq.exception.DataTypeException - Specified by:
bindin interfaceorg.jooq.Query- Throws:
IllegalArgumentExceptionorg.jooq.exception.DataTypeException
-
poolable
@Nonnull public org.jooq.Query poolable(boolean b) - Specified by:
poolablein interfaceorg.jooq.Query
-
queryTimeout
@Nonnull public org.jooq.Query queryTimeout(int i) - Specified by:
queryTimeoutin interfaceorg.jooq.Query
-
keepStatement
@Nonnull public org.jooq.CloseableQuery keepStatement(boolean b) - Specified by:
keepStatementin interfaceorg.jooq.Query
-
cancel
public void cancel() throws org.jooq.exception.DataAccessException- Specified by:
cancelin interfaceorg.jooq.Query- Throws:
org.jooq.exception.DataAccessException
-
getSQL
- Specified by:
getSQLin interfaceorg.jooq.AttachableQueryPart
-
getBindValues
- Specified by:
getBindValuesin interfaceorg.jooq.AttachableQueryPart
-
getParams
- Specified by:
getParamsin interfaceorg.jooq.AttachableQueryPart
-
getParam
- Specified by:
getParamin interfaceorg.jooq.AttachableQueryPart
-
attach
public void attach(org.jooq.Configuration configuration) - Specified by:
attachin interfaceorg.jooq.Attachable
-
detach
public void detach()- Specified by:
detachin interfaceorg.jooq.Attachable
-
configuration
public org.jooq.Configuration configuration()- Specified by:
configurationin interfaceorg.jooq.Attachable
-
subscribe
- Specified by:
subscribein interfaceorg.reactivestreams.Publisher<Integer>
-