prorm API Reference
    Preparing search index...

    Function buildDropExternalFunctionSQL

    • Builds the statement that removes an external function.

      PostgreSQL identifies a function by its argument types when overloads exist, so params is forwarded; MySQL takes the bare name.

      Parameters

      • name: string
      • dialect: string
      • quoteId: (id: string) => string
      • options: { ifExists?: boolean; params?: StoredProcedureParam[]; schema?: string } = {}

      Returns string