Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDbAdapterExtension

Hierarchy

  • IDbAdapterExtension

Implemented by

Index

Methods

callExtension

  • callExtension(name: string, ...params: any[]): Promise<any>
  • Invoke the extension method by the given name and returns the result as a promise. Returns a rejected promise if the extension method doesn't exist or throws an error.

    Parameters

    • name: string

      name of registered extension method

    • Rest ...params: any[]

      parameters to be applied to extension method

    Returns Promise<any>

Generated using TypeDoc