2022

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

By Definition, A a Function is a group of statements that, together, performs a task. In DBSync, Functions are categorized into two types as:

  1. Standard Functions 
  2. User Defined Functions 
Panel

Standard Functions

Standard Functions, or built in functions refers Functions, refer to specific function Function by name. Functions are available to all users of a project, . If a project is imported, the same files and and functions Functions, from the original project is , are available to the cloned project.

No Format
 Note 1: Functions are code sensitive.
 Note 2: When you are using functionsFunctions, the string objects must be enclosed in single quotes .

The standard function Standard Functions are listed out , in detail, in the iPaaS section, click . Click on the Standard Functions to learn about the inbuilt functions Functions offered by our DBSync iPaaS.

...

User-Defined functions are those functions which that are defined by the user from the DBSync platform. Functions are made used for code reuse-ability and for saving reuseability and to save time and space space. 

At present, DBSync platform supports creation of UDF in JavaScript.

Benefits of them are :

  1. It provides modularity, so that . As a result, a user can create once and can be used then, reuse it across any project which gives a benefit of that allows create once and use reuse n number of times times. 
  2. Easy code reuse-ability, you reuseability. You just have to call the functions Functions by its name to use reuse it.