This is the variable of type date.
Declares a variable of type string named name, with the value""
Let us say that we want to declare the variable of type int called "myAge".
To create it, you can first declare a variable of type ADODB.Command and initialize it using the New operator.
Pour la créer, vous pouvez d'abord déclarer une variable du type ADODB.Command et l'initialiser employant le nouvel opérateur.
Subtract one timestamp from another one and save the result in a variable of type interval.
Soustraire un timestamp d'un autre et sauver le résultat dans une variable de type interval.
Convert a variable of type date to its textual representation using a format mask.
Converir une variable de type date vers sa représentation textuelle en utilisant un masque de formatage.
instruction declares a second variable of type
Cette instruction suivante déclare une deuxième variable de type booléenne
This function accepts a variable of type double and stores the result in the variable that dst points to.
Cette fonction accepte une variable de type double et la stocke dans la variable numeric dst.
One way to create a cursor variable is just to declare it as a variable of type refcursor.
Un des moyens de créer une variable curseur est de simplement la déclarer comme une variable de type refcursor.
The function receives the variable of type double that should be converted as its first argument (dbl).
La fonction reçoit la variable de type double qui devrait être convertie comme premier argument (dbl).
20 21 a comparison of two values, and assign the result to a variable of type bool
20 21 une comparaison de deux valeurs et assigner le résultat à une variable de type bool
So, for example, assigning now() to a variable of type timestamp causes the variable to have the time of the current function call, not the time when the function was precompiled.
Ainsi, par exemple, l'affectation de now() à une variable de type timestamp donnera à la variable l'heure de l'appel de la fonction courante, et non l'heure au moment où la fonction a été précompilée.
For example, a function that is given an integer for a parameter that expects a string will get a variable of type string.
Par exemple, une fonction, qui attend comme paramètre un integer (entier), à laquelle est passée une string (chaine de caractères) recevra une variable de type string.