Vertaling van "type boolean" 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.
There is an optional second parameter of type boolean.
An expression that returns a value of type boolean.
Returns a result of the type boolean.
A variable of type boolean is often simply called a
Une variable de type booléen est souvent appelée tout simplement un booléen.
The& operation would take another boolean, or rather an expression of type boolean, because we know that it will be evaluated in a short-circuited fashion.
Le& opération prendrait une autre valeur booléenne, ou plutôt une expression de type booléen, parce que nous savons qu'il sera évalué de manière court-circuitée.
Here $variable is a variable of type boolean.
Ici, $variable est une variable de type Booléen.
The third argument, if present, must be type boolean; it receives true if the cast is an explicit cast, false otherwise.
Le troisième argument, si fourni, doit être de type boolean. Il vaut true si la conversion est explicite, false dans le cas contraire.
The information schema was invented before the type boolean was added to the SQL standard, so this convention is necessary to keep the information schema backward compatible.
Le schéma d'informations était inventé avant l'ajout du type boolean dans le standard SQL, donc cette convention est nécessaire pour conserver la compatibilité avec le schéma d'informations.
In practice, all operators defined as index method strategies must return type boolean, since they must appear at the top level of a WHERE clause to be used with an index.
Dans la pratique, tous les opérateurs définis comme stratégies de méthode d'indexation doivent renvoyer un type boolean puisqu'ils doivent apparaître au plus haut niveau d'une clause WHERE pour être utilisés avec un index.
The second method to determine the effects of a command is to check the special variable named FOUND, which is of type boolean.
La seconde méthode permettant de déterminer les effets d'une commande est la variable spéciale nommée FOUND de type boolean.
Conversely, the cast can be omitted from a string-literal Boolean value in contexts where the parser can deduce that the literal must be of type boolean. Prev Up
À l'inverse, la conversion peut être omise d'une valeur booléenne représentée sous la forme d'une chaîne de caractères dans les contextes où l'analyseur peut déduire que la constante doit être de type boolean.
In earlier versions, this directive was of type boolean. Note
Dans les anciennes versions, cette directive était du type boolean. Note
Note that the parser automatically understands that TRUE and FALSE are of type boolean, but this is not so for NULL because that can have any type.
Notez que l'analyseur comprend automatiquement que TRUE et FALSE sont du type boolean, mais ce n'est pas le cas pour NULL car il peut avoir tout type.