- All Superinterfaces:
Attachable
,AttachableQueryPart
,DDLQuery
,Flow.Publisher<Integer>
,Publisher<Integer>
,org.reactivestreams.Publisher<Integer>
,Query
,QueryPart
,RowCountQuery
,Serializable
,Statement
- Enclosing class:
QOM
The
DROP VIEW
statement.-
Method Summary
Modifier and TypeMethodDescription@Nullable QOM.Cascade
$cascade()
@NotNull QOM.DropView
$cascade
(QOM.Cascade cascade) boolean
@NotNull QOM.DropView
$ifExists
(boolean ifExists) boolean
@NotNull QOM.DropView
$materialized
(boolean materialized) @NotNull Table
<?> $view()
@NotNull QOM.DropView
Methods inherited from interface org.jooq.Attachable
attach, configuration, detach
Methods inherited from interface org.jooq.AttachableQueryPart
getBindValues, getParam, getParams, getSQL, getSQL
Methods inherited from interface org.reactivestreams.Publisher
subscribe
Methods inherited from interface org.jooq.Query
bind, bind, cancel, execute, executeAsync, executeAsync, isExecutable, keepStatement, poolable, queryTimeout
-
Method Details
-
$view
-
$materialized
boolean $materialized() -
$ifExists
boolean $ifExists() -
$cascade
-
$view
-
$materialized
-
$ifExists
-
$cascade
-