Interface QOM.DropTable
- All Superinterfaces:
Attachable, AttachableQueryPart, DDLQuery, Flow.Publisher<Integer>, Publisher<Integer>, org.reactivestreams.Publisher<Integer>, Query, QueryPart, RowCountQuery, Serializable, Statement
- Enclosing class:
QOM
-
Method Summary
Modifier and TypeMethodDescription@Nullable QOM.Cascade$cascade()@NotNull QOM.DropTable$cascade(QOM.Cascade cascade) boolean@NotNull QOM.DropTable$ifExists(boolean ifExists) @NotNull Table<?> $table()@NotNull QOM.DropTable@Nullable QOM.TableScope@NotNull QOM.DropTable$tableScope(QOM.TableScope tableScope) booleanDeprecated, for removal: This API element is subject to removal in a future version.@NotNull QOM.DropTable$temporary(boolean temporary) Deprecated, for removal: This API element is subject to removal in a future version.- 3.21.0 - [#18603] - Use$tableScope()instead.Methods inherited from interface Attachable
attach, configuration, detachMethods inherited from interface AttachableQueryPart
getBindValues, getParam, getParams, getSQL, getSQLMethods inherited from interface org.reactivestreams.Publisher
subscribeMethods inherited from interface Query
bind, bind, cancel, execute, executeAsync, executeAsync, executeLarge, executeLargeAsync, executeLargeAsync, isExecutable, keepStatement, poolable, queryTimeoutMethods inherited from interface QueryPart
$replace, $replace, $traverse, $traverse, equals, hashCode, toStringMethods inherited from interface RowCountQuery
largePublisher
-
Method Details
-
$tableScope
-
$table
-
$ifExists
boolean $ifExists() -
$temporary
Deprecated, for removal: This API element is subject to removal in a future version.- 3.21.0 - [#18603] - Use$tableScope()instead. -
$cascade
-
$tableScope
-
$table
-
$ifExists
-
$temporary
@Deprecated(forRemoval=true, since="3.21") @CheckReturnValue @NotNull @NotNull QOM.DropTable $temporary(boolean temporary) Deprecated, for removal: This API element is subject to removal in a future version.- 3.21.0 - [#18603] - Use$tableScope()instead. -
$cascade
-
$tableScope()instead.