main-concepts

No menu items for this category

StoredProcedure

A StoredProcedure entity that contains the set of code statements with an assigned name and is defined in a Database Schema."

  • storedProcedureType (string): This schema defines the type of the type of Procedures. Must be one of: ["StoredProcedure", "UDF", "StoredPackage"]. Default: "StoredProcedure".
  • storedProcedureCode
    • language (string): This schema defines the type of the language used for Stored Procedure's Code. Must be one of: ["SQL", "Java", "JavaScript", "Python", "External"].
    • code (string): This schema defines the type of the language used for Stored Procedure's Code.

Documentation file automatically generated at 2025-01-15 09:05:25.266839+00:00.