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 SummaryConstructors
- 
Method SummaryModifier 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jooq.AttachableQueryPartgetSQLMethods inherited from interface org.jooq.PublishersubscribeMethods inherited from interface org.jooq.QueryexecuteMethods inherited from interface org.jooq.QueryPartequals, hashCode, toString
- 
Constructor Details- 
CustomDDLQuerypublic CustomDDLQuery()
 
- 
- 
Method Details- 
executeAsync- Specified by:
- executeAsyncin interface- org.jooq.Query
 
- 
executeAsync- Specified by:
- executeAsyncin interface- org.jooq.Query
 
- 
isExecutablepublic boolean isExecutable()- Specified by:
- isExecutablein interface- org.jooq.Query
 
- 
bind@Nonnull public org.jooq.Query bind(String s, Object o) throws IllegalArgumentException, org.jooq.exception.DataTypeException - Specified by:
- bindin interface- org.jooq.Query
- Throws:
- IllegalArgumentException
- org.jooq.exception.DataTypeException
 
- 
bind@Nonnull public org.jooq.Query bind(int i, Object o) throws IllegalArgumentException, org.jooq.exception.DataTypeException - Specified by:
- bindin interface- org.jooq.Query
- Throws:
- IllegalArgumentException
- org.jooq.exception.DataTypeException
 
- 
poolable@Nonnull public org.jooq.Query poolable(boolean b) - Specified by:
- poolablein interface- org.jooq.Query
 
- 
queryTimeout@Nonnull public org.jooq.Query queryTimeout(int i) - Specified by:
- queryTimeoutin interface- org.jooq.Query
 
- 
keepStatement@Nonnull public org.jooq.CloseableQuery keepStatement(boolean b) - Specified by:
- keepStatementin interface- org.jooq.Query
 
- 
cancelpublic void cancel() throws org.jooq.exception.DataAccessException- Specified by:
- cancelin interface- org.jooq.Query
- Throws:
- org.jooq.exception.DataAccessException
 
- 
getSQL- Specified by:
- getSQLin interface- org.jooq.AttachableQueryPart
 
- 
getBindValues- Specified by:
- getBindValuesin interface- org.jooq.AttachableQueryPart
 
- 
getParams- Specified by:
- getParamsin interface- org.jooq.AttachableQueryPart
 
- 
getParam- Specified by:
- getParamin interface- org.jooq.AttachableQueryPart
 
- 
attachpublic void attach(org.jooq.Configuration configuration) - Specified by:
- attachin interface- org.jooq.Attachable
 
- 
detachpublic void detach()- Specified by:
- detachin interface- org.jooq.Attachable
 
- 
configurationpublic org.jooq.Configuration configuration()- Specified by:
- configurationin interface- org.jooq.Attachable
 
- 
subscribe- Specified by:
- subscribein interface- org.reactivestreams.Publisher<Integer>
 
 
-