Class SQLServerDropIndexStatement
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.DropIndexStatement
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl.SQLServerDropIndexStatement
-
- All Implemented Interfaces:
ASTNode,DDLStatement,SQLStatement,SQLServerStatement
public final class SQLServerDropIndexStatement extends DropIndexStatement implements SQLServerStatement
SQLServer drop index statement.
-
-
Constructor Summary
Constructors Constructor Description SQLServerDropIndexStatement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<SimpleTableSegment>getTable()Get simple table segment.-
Methods inherited from class org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
addParameterMarkerSegments, getParameterCount
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement
getParameterCount
-
-
-
-
Method Detail
-
getTable
public Optional<SimpleTableSegment> getTable()
Get simple table segment.- Returns:
- simple table segment
-
-