Un exemple bien plus important d'une commande dynamique et d'EXECUTE est disponible dans l'Exemple 35-6, qui construit et exécute une commande CREATE FUNCTION pour définir une nouvelle fonction.
A much larger example of a dynamic command and EXECUTE can be seen in Example 35-6, which builds and executes a CREATE FUNCTION command to define a new function.
Other results
Par fonction Cette commande récupère et affiche la définition d'une fonction ou procédure sous la forme d'une commande CREATE OR REPLACE FUNCTION ou CREATE OR REPLACE PROCEDURE.
This command fetches and shows the definition of the named function or procedure, in the form of a CREATE OR REPLACE FUNCTION or CREATE OR REPLACE PROCEDURE command.
Le nom de langage spécifié dans la commande CREATE FUNCTION est C dans les deux cas.
The language name specified in CREATE FUNCTION is C in either case.
Utilisez la commande CREATE FUNCTION pour créer une nouvelle fonction.
Une procédure trigger est créée grâce à la commande CREATE FUNCTION utilisée comme fonction sans arguments ayant un type de retour trigger.
A trigger procedure is created with the CREATE FUNCTION command as a function with no arguments and a return type of TRIGGER.
Lors de la lecture de ce chapitre, il peut être utile de consulter la page de référence de la commande CREATE FUNCTION pour mieux comprendre les exemples.
Throughout this chapter, it can be useful to look at the reference page of the CREATE FUNCTION command to understand the examples better.
La fonction de validation sera appelée à la fin de la commande CREATE FUNCTION qui a créé ou mis à jour une fonction écrite dans ce langage.
The validator will be called at the end of a CREATE FUNCTION command that has created or updated a function written in the procedural language.
Potentially sensitive or inappropriate content
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.