|
|
|
|
|
|
|
A composite variable contains different types of elements (members)... |
|
|
|
|
|
|
A variable is defined by name and type... |
|
|
|
|
|
|
The code editor proposes several tools used to correct the code... |
|
|
|
|
|
|
Three assignment operators are available... |
|
|
|
|
|
|
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc. |
|
|
|
|
|
|
Enables you to find out whether a variable or a control is: - a numeric (integer, real, currency or numeric).
- a string that can be converted into numeric.
|
|
|
|
|
|
|
The constants are language elements whose value is fixed once and for all... |
|
|
|
|
|
|
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler... |
|
|
|
|
|
|
Disconnects:
the Salesforce platform.
the current Salesforce session.... |
|
|
|
|
|
|
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database. |
|
|
|
|
|
|
Requests the execution of a specific process. |
|
|
|
|
|
|
Merges the Salesforce records (also called Salesforce objects). |
|
|
|
|
|
|
Retrieves the Salesforce records from their identifiers. |
|
|
|
|
|
|
Clears the specified records from the Salesforce recycle bin. |
|
|
|
|
|
|
Copies an image to another image. |
|
|
|
|
|
|
Returns the dominant color (i.e. most frequent color) of an image found in an Image variable. |
|
|
|
|
|
|
Dequeues an element from a queue. |
|
|
|
|
|
|
Pops an element from a stack. |
|
|
|
|
|
|
Returns the cropped part of an image. This image is found in an Image variable. |
|
|
|
|
|
|
Blends two images together. This allows you to create fade-in effects between 2 images. |
|
|
|
|
|
|
Adds a halo effect on an image found in an Image variable]. |
|
|
|
|
|
|
Encrusts a color in an image found in an Image variable]. |
|
|
|
|
|
|
Inverts the colors in an Image variable. |
|
|
|
|
|
|
Modifies the lightness of an image in an Image variable. |
|
|
|
|
|
|
Retrieves the characteristics of a queue: types of elements and number of elements. |
|
|
|
|
|
|
Retrieves the characteristics of a stack: types of elements and number of elements. |
|
|
|
|
|
|
Deletes a file or directory from a Hadoop server. |
|
|
|
|
|
|
Copies a file found on a Hadoop server to the local computer. |
|
|
|
|
|
|
Copies a file located on the local machine to a Hadoop server. |
|
|
|
|
|
|
Creates a directory on a Hadoop server. |
|
|
|
|
|
|
Closes a connection to a Hadoop server. |
|
|
|
|
|
|
Lists the content of a directory found on a Hadoop server. |
|
|
|
|
|
|
Opens a connection to a Hadoop server. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|