Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.routine.FunctionNameSegment
-
Packages that use FunctionNameSegment Package Description org.apache.shardingsphere.sql.parser.sql.common.statement.ddl -
-
Uses of FunctionNameSegment in org.apache.shardingsphere.sql.parser.sql.common.statement.ddl
Methods in org.apache.shardingsphere.sql.parser.sql.common.statement.ddl that return types with arguments of type FunctionNameSegment Modifier and Type Method Description Optional<FunctionNameSegment>CreateFunctionStatement. getFunctionName()Get function name segment.Optional<FunctionNameSegment>CreateProcedureStatement. getProcedureName()Get procedure name segment.
-