We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
PostgreSQL
Function return values are converted to the declared PostgreSQL return data type as follows
Les valeurs renvoyées par les fonctions sont converties en types de retour PostgreSQL comme suit
When a PL/Python function returns, its return value is converted to the function's declared PostgreSQL return data type as follows
Quand une fonction PL/python renvoie des données, la valeur de retour est convertie en type de données PostgreSQL comme suit
Note that logical mismatches between the declared PostgreSQL return type and the Python data type of the actual return object are not flagged; the value will be converted in any case.
Pour les données non scalaires, voire ci dessous. Notez que les erreurs logiques entre le type de retour déclaré dans PostgreSQL et le type de l'objet Python renvoyé ne sont pas détectées.
Andere resultaten
The PostgreSQL server does not implement an OPEN statement for cursors; a cursor is considered to be open when it is declared.
Le serveur PostgreSQL n'implémente pas l'instruction OPEN pour les curseurs ; un curseur est considéré ouvert à sa déclaration.
For simple queries PostgreSQL will allow backwards fetch from cursors not declared with SCROLL, but this behavior is best not relied on.
Pour les requêtes simples, PostgreSQL autorise les parcours inverses à partir de curseurs non déclarés avec SCROLL, mais ce comportement n'est pas sûr.
PostgreSQL requires that a function that is to be called as a trigger must be declared as a function with no arguments and a return type of trigger.
PostgreSQL requiert qu'une fonction, devant être appelée en tant que déclencheur, doit être déclarée comme une fonction sans arguments et retourner une valeur de type trigger.
PostgreSQL requires that a procedure that is to be called as a trigger must be declared as a function with no arguments and a return type of trigger.
Triggers sur les modifications de données Un trigger sur modification de données est déclaré comme une fonction sans arguments et renvoyant le type trigger.
PostgreSQL requires that a procedure that is to be called as a trigger must be declared as a function with no arguments and a return type of trigger.
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.
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.