Uses of Interface
org.jooq.DropIndexCascadeStep
-
Packages that use DropIndexCascadeStep Package Description org.jooq This package contains jOOQ's public API. -
-
Uses of DropIndexCascadeStep in org.jooq
Subinterfaces of DropIndexCascadeStep in org.jooq Modifier and Type Interface Description interfaceDropIndexOnStepAQuerythat can drop indexes.Methods in org.jooq that return DropIndexCascadeStep Modifier and Type Method Description @NotNull DropIndexCascadeStepDropIndexOnStep. on(String tableName)Specify the table expression on which to drop an index.@NotNull DropIndexCascadeStepDropIndexOnStep. on(Name tableName)Specify the table expression on which to drop an index.@NotNull DropIndexCascadeStepDropIndexOnStep. on(Table<?> table)Specify the table expression on which to drop an index.
-