Uses of Class
io.trino.sql.tree.ParameterDeclaration
Packages that use ParameterDeclaration
-
Uses of ParameterDeclaration in io.trino.sql.tree
Methods in io.trino.sql.tree that return types with arguments of type ParameterDeclarationModifier and TypeMethodDescriptionDropFunction.getParameters()FunctionSpecification.getParameters()Methods in io.trino.sql.tree with parameters of type ParameterDeclarationModifier and TypeMethodDescriptionprotected RAstVisitor.visitParameterDeclaration(ParameterDeclaration node, C context) Constructor parameters in io.trino.sql.tree with type arguments of type ParameterDeclarationModifierConstructorDescriptionDropFunction(NodeLocation location, QualifiedName name, List<ParameterDeclaration> parameters, boolean exists) FunctionSpecification(NodeLocation location, QualifiedName name, List<ParameterDeclaration> parameters, ReturnsClause returnsClause, List<RoutineCharacteristic> routineCharacteristics, ControlStatement statement)