Vertaling van "ordinary SQL" 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.
Pseudotypes indicate that the actual argument type is either incompletely specified, or outside the set of ordinary SQL data types.
Les pseudotypes indiquent que le type d'argument réel est soit non complètement spécifié, soit en dehors de l'ensemble des types de données ordinaires du SQL.
For compatibility with the handling of ordinary SQL names, the string will be converted to lower case unless it contains double quotes around the table name.
Pour compatibilité avec la gestion des noms SQL standards, la chaîne sera convertie en minuscule sauf si elle est entourée de guillemets doubles.
To achieve some compatibility with the handling of ordinary SQL names, the string will be converted to lowercase unless it contains double quotes around the sequence name.
Pour obtenir une compatibilité avec la gestion des noms SQL ordinaires, la chaîne est convertie en minuscules, sauf si le nom de la séquence est entouré de guillemets doubles.
Thus the table will not be accessible by ordinary SQL operations until such entries are made the hard way (with insert commands).
Du coup, la table n'est pas accessible par les opérations SQL standard tant que ces entrées ne sont pas réalisées en dur (à l'aide de commandes insert).
A knowledge based representation according to first-order predicates logic, ready to be requested by an inference engine able to go beyond an ordinary SQL engine.
Une représentation basée sur les connaissances et la logique des prédicats de premier ordre, s'apprêtant à être interrogée par un moteur d'inférence capable d'aller au-delà d'un moteur SQL ordinaire].
To achieve some compatibility with the handling of ordinary SQL names, the sequence functions convert their argument to lowercase unless the string is double-quoted. Thus
Pour obtenir une compatibilité avec la gestion des noms SQL ordinaires, la chaîne est convertie en minuscules, sauf si le nom de la séquence est entouré de guillemets doubles.
With the libpq library, the application issues LISTEN as an ordinary SQL command, and then must periodically call the function PQnotifies to find out whether any notification events have been received.
Avec la bibliothèque libpq, l'application exécute LISTEN comme une commande SQL ordinaire, puis doit appeler périodiquement la fonction PQnotifies pour savoir quels événements de notification ont été reçus.
With the libpq library, the application issues LISTEN as an ordinary SQL command, and then must periodically call the function PQnotifies to find out whether any notification events have been received.
Avec la bibliothèque libpq, l'application exécute LISTEN comme une commande SQL ordinaire, puis appelle périodiquement la fonction PQnotifies pour savoir si un événement de notification est reçu.
Comments work the same way in PL/pgSQL code as in ordinary SQL.
Les commentaires fonctionnent de la même manière tant dans du PL/pgSQL que dans le code SQL.
libpq applications submit LISTEN, UNLISTEN, and NOTIFY commands as ordinary SQL commands.
Les applications libpq soumettent les commandes LISTEN, UNLISTEN et NOTIFY comme des commandes SQL ordinaires.
This is similar to the behavior of REPEATABLE READ versus READ COMMITTED transaction modes for ordinary SQL SELECT commands.
Ceci est similaire à la différence de comportement entre les modes de transaction REPEATABLE READ et READ COMMITTED pour les requêtes SQL SELECT.
Identifiers are implicitly converted to lower case unless double-quoted, just as they are in ordinary SQL commands.
Les identifiants sont implicitement convertis en minuscule à moins d'être entourés de guillemets doubles.