Class SQLServerDropFunctionStatement
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.DropFunctionStatement
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl.SQLServerDropFunctionStatement
-
- All Implemented Interfaces:
ASTNode,DDLStatement,SQLStatement,SQLServerStatement
public final class SQLServerDropFunctionStatement extends DropFunctionStatement implements SQLServerStatement
SQLServer drop function statement.
-
-
Constructor Summary
Constructors Constructor Description SQLServerDropFunctionStatement()
-
Method Summary
-
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
-
-