Class ProcedureParameter.Builder
Object
org.apache.spark.sql.connector.catalog.procedures.ProcedureParameter.Builder
- Enclosing interface:
- ProcedureParameter
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the stored procedure parameter.Sets the comment of the parameter.defaultValue
(String sql) Sets the default value of the parameter using SQL.defaultValue
(DefaultValue defaultValue) Sets the default value of the parameter.defaultValue
(Expression expression) Sets the default value of the parameter using an expression.
-
Method Details
-
defaultValue
Sets the default value of the parameter using SQL. -
defaultValue
Sets the default value of the parameter using an expression. -
defaultValue
Sets the default value of the parameter. -
comment
Sets the comment of the parameter. -
build
Builds the stored procedure parameter.
-