Download for Windows Premium
Publicidade
create or replace function

Tradução de "create or replace function" em inglês

Não foi possível encontrar esta entrada. Mostrando resultados aproximados. Verifique a ortografia ou proponha a adição deste termo ao dicionário.
CREATE OR REPLACE FUNCTION
Si vous avez besoin de faire cela, utilisez CREATE OR REPLACE FUNCTION.
Use CREATE OR REPLACE FUNCTION if you need to do that.
Pour mettre à jour la définition d'une fonction existante, utilisez CREATE OR REPLACE FUNCTION.
To update the definition of an existing function, use CREATE OR REPLACE FUNCTION.
De même, CREATE OR REPLACE FUNCTION ne permet pas de modifier le type retour d'une fonction existante.
Also, CREATE OR REPLACE FUNCTION will not let you change the return type of an existing function.
Lors du remplacement d'une fonction existante avec CREATE OR REPLACE FUNCTION, il existe des restrictions sur le changement des noms de paramètres.
When replacing an existing function with CREATE OR REPLACE FUNCTION, there are restrictions on changing parameter names.
Si vous procédez ainsi, une bonne idée est d'écrire la fonction en utilisant CREATE OR REPLACE FUNCTION.
If you are doing it this way, it is a good idea to write the function using CREATE OR REPLACE FUNCTION.
CREATE OR REPLACE FUNCTION crée une nouvelle fonction ou la remplace si elle existe déjà.
CREATE OR REPLACE FUNCTION will either create a new function, or replace an existing definition.
Utilisez CREATE OR REPLACE FUNCTION pour modifier la définition d'une fonction sans casser d'objets qui se réfèrent à la fonction.
Use CREATE OR REPLACE FUNCTION to change a function definition without breaking objects that refer to the function.
Quand CREATE OR REPLACE FUNCTION est utilisé pour remplacer une fonction existante, le propriétaire et les droits de la fonction ne changent pas.
When CREATE OR REPLACE FUNCTION is used to replace an existing function, the ownership and permissions of the function do not change.
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.
Não foram achados resultados para esta acepção.
Assine o Premium para desbloquear milhões de exemplos de tradução, salvar e aprender vocabulário sem limites e usar o serviço sem anúncios.
Publicidade

Resultados: 9. Exatos: 9. Tempo de resposta: 89 ms.