Class MySQLCreateFunctionStatement
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.CreateFunctionStatement
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl.MySQLCreateFunctionStatement
-
- All Implemented Interfaces:
ASTNode,DDLStatement,SQLStatement,MySQLStatement
public final class MySQLCreateFunctionStatement extends CreateFunctionStatement implements MySQLStatement
MySQL create function statement.
-
-
Constructor Summary
Constructors Constructor Description MySQLCreateFunctionStatement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<RoutineBodySegment>getRoutineBody()Get routine body segment.-
Methods inherited from class org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.CreateFunctionStatement
getFunctionName
-
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
-
getRoutineBody
public Optional<RoutineBodySegment> getRoutineBody()
Get routine body segment.- Returns:
- routine body segment
-
-