public interface DropIndexOnStep extends DropIndexFinalStep
Query that can create indexes.| Modifier and Type | Method and Description |
|---|---|
DropIndexFinalStep |
on(Name tableName)
Specify the table and column expressions on which to drop an index.
|
DropIndexFinalStep |
on(java.lang.String tableName)
Specify the table and column expressions on which to drop an index.
|
DropIndexFinalStep |
on(Table<?> table)
Specify the table and column expressions on which to drop an index.
|
bind, bind, cancel, close, execute, getBindValues, getParam, getParams, getSQL, getSQL, getSQL, isExecutable, keepStatement, queryTimeoutattach, detach@Support(value={MARIADB,MYSQL}) DropIndexFinalStep on(Table<?> table)
@Support(value={MARIADB,MYSQL}) DropIndexFinalStep on(java.lang.String tableName)
Copyright © 2015. All Rights Reserved.