Create Procedure panel
You use the Create Procedure panel to create a new procedure.
Panel and field definitions
- Schema
- The name of the schema in which the procedure is defined.
- Name
- The name of the stored procedure.
- Result Sets
- Specifies the maximum number of dynamic result sets that can be returned by the stored procedure.
- Creation Options
- Specify the number of the creation option you want to use:
- 1. Parameters
- To specify information to define the parameters for a procedure to be created. Displays the Create Procedure: Parameters panel.
- 2. Parameter Types
- To specify information to define the parameter types in relation to tables or views, and to specify the parameter type. Displays the Create Procedure: Parameter Types panel.
- 3. Option List
- To specify information to define options for the procedure to be created. Displays the Create Procedure: Option List (1/2) panel.
- 4. Option List (More)
- To further specify information to define options for the procedure to be created. Displays the Create Procedure: Option List (2/2) panel.
- 5. Create the Procedure
- When you have finished specifying details for the stored procedure to be created, select this creation option to create the stored procedure.
Parent panels
Child panels
To display this panel… | Use/do this |
---|---|
Create Procedure: Parameters panel | Creation option 1 |
Create Procedure: Parameter Types panel | Creation option 2 |
Create Procedure: Option List (1/2) panel | Creation option 3 |
Create Procedure: Option List (2/2) panel | Creation option 4 |