Examples with "PL/Python as" and their translation in Frans
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.
Multidimensional arrays are passed into PL/Python as nested Python lists.
SQL array values are passed into PL/Python as a Python list.
Les valeurs de type tableaux SQL sont passées via PL/Python comme des listes Python.
Andere resultaten
As of PostgreSQL 7.4, PL/Python is only available as an "untrusted" language, meaning it does not offer any way of restricting what users can do in it.
Depuis PostgreSQL 7.4, PL/Python est seulement disponible en tant que langage « sans confiance » (ceci signifiant qu'il n'offre aucun moyen de restreindre ce que les utilisateurs en font).
A PL/Python function can also return sets of scalar or composite types.
Une fonction PL/Python peut aussi renvoyer des ensembles scalaires ou des types composites.
PL/Python offers a solution to this problem in the form of explicit subtransactions.
PL/Python propose une solution à ce problème sous la forme de sous-transactions explicites.
When you prepare a plan using the PL/Python module it is automatically saved.
Quand un plan est préparé en utilisant le module PL/Python, il est automatiquement sauvegardé.
The PL/Python language module automatically imports a Python module called plpy.
Le module du langage PL/Python importe automatiquement un module Python appelé plpy.
But it is advisable not to rely on this implementation detail of PL/Python.
Cependant, il vaut mieux ne pas trop s'appuyer sur ce détail d'implémentation de PL/Python.
PL/Python translates Python's None into the SQL null value.
PL/Python traduit la valeur None de Python comme une valeur NULL SQL.
PL/Python: now supports named parameters and set returning functions.
PL/Python : supporte maintenant les paramètres nommés et les ensembles retournant des fonctions.
Because of implementation details, however, you cannot use future statements in PL/Python functions.
Dû aux détails d'implémentation, vous ne pouvez pas utiliser les requêtes futures dans des fonctions PL/Python.
Build the Python interface module and the PL/Python server-side language.
To make both variants of PL/Python available in one installation, the source tree has to be configured and built twice.
Pour que les deux variantes de PL/Python soient disponibles sur une installation, le répertoire des sources doit être configuré et construit deux fois.