Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.CreateFunctionStatement
-
-
Uses of CreateFunctionStatement in org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl with parameters of type CreateFunctionStatement Modifier and Type Method Description static Optional<RoutineBodySegment>CreateFunctionStatementHandler. getRoutineBodySegment(CreateFunctionStatement createFunctionStatement)Get RoutineBodySegment. -
Uses of CreateFunctionStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
Subclasses of CreateFunctionStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl Modifier and Type Class Description classMySQLCreateFunctionStatementMySQL create function statement. -
Uses of CreateFunctionStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.ddl
Subclasses of CreateFunctionStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.ddl Modifier and Type Class Description classOpenGaussCreateFunctionStatementOpenGauss create function statement. -
Uses of CreateFunctionStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.ddl
Subclasses of CreateFunctionStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.ddl Modifier and Type Class Description classOracleCreateFunctionStatementOracle create function statement. -
Uses of CreateFunctionStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl
Subclasses of CreateFunctionStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.ddl Modifier and Type Class Description classPostgreSQLCreateFunctionStatementPostgreSQL create function statement. -
Uses of CreateFunctionStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl
Subclasses of CreateFunctionStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl Modifier and Type Class Description classSQLServerCreateFunctionStatementSQLServer create function statement.
-