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 TypeMethodDescriptionvoid
attach
(org.jooq.Configuration configuration) org.jooq.Query
org.jooq.Query
void
cancel()
org.jooq.Configuration
void
detach()
executeAsync
(Executor executor) org.jooq.Param<?>
getSQL
(org.jooq.conf.ParamType paramType) boolean
org.jooq.CloseableQuery
keepStatement
(boolean b) org.jooq.Query
poolable
(boolean b) org.jooq.Query
queryTimeout
(int i) void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jooq.AttachableQueryPart
getSQL
Methods inherited from interface org.jooq.Publisher
subscribe
Methods inherited from interface org.jooq.Query
execute
Methods inherited from interface org.jooq.QueryPart
equals, hashCode, toString
-
Constructor Details
-
CustomDDLQuery
public CustomDDLQuery()
-
-
Method Details
-
executeAsync
- Specified by:
executeAsync
in interfaceorg.jooq.Query
-
executeAsync
- Specified by:
executeAsync
in interfaceorg.jooq.Query
-
isExecutable
public boolean isExecutable()- Specified by:
isExecutable
in interfaceorg.jooq.Query
-
bind
@Nonnull public org.jooq.Query bind(String s, Object o) throws IllegalArgumentException, org.jooq.exception.DataTypeException - Specified by:
bind
in interfaceorg.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:
bind
in interfaceorg.jooq.Query
- Throws:
IllegalArgumentException
org.jooq.exception.DataTypeException
-
poolable
@Nonnull public org.jooq.Query poolable(boolean b) - Specified by:
poolable
in interfaceorg.jooq.Query
-
queryTimeout
@Nonnull public org.jooq.Query queryTimeout(int i) - Specified by:
queryTimeout
in interfaceorg.jooq.Query
-
keepStatement
@Nonnull public org.jooq.CloseableQuery keepStatement(boolean b) - Specified by:
keepStatement
in interfaceorg.jooq.Query
-
cancel
public void cancel() throws org.jooq.exception.DataAccessException- Specified by:
cancel
in interfaceorg.jooq.Query
- Throws:
org.jooq.exception.DataAccessException
-
getSQL
- Specified by:
getSQL
in interfaceorg.jooq.AttachableQueryPart
-
getBindValues
- Specified by:
getBindValues
in interfaceorg.jooq.AttachableQueryPart
-
getParams
- Specified by:
getParams
in interfaceorg.jooq.AttachableQueryPart
-
getParam
- Specified by:
getParam
in interfaceorg.jooq.AttachableQueryPart
-
attach
public void attach(org.jooq.Configuration configuration) - Specified by:
attach
in interfaceorg.jooq.Attachable
-
detach
public void detach()- Specified by:
detach
in interfaceorg.jooq.Attachable
-
configuration
public org.jooq.Configuration configuration()- Specified by:
configuration
in interfaceorg.jooq.Attachable
-
subscribe
- Specified by:
subscribe
in interfaceorg.reactivestreams.Publisher<Integer>
-