La variable hôte doit être de type integer.
Le cas le plus classique est l'empaquetage de nombres non signés qui seraient représentables dans le type integer si celui-ci était non signé.
The most relevant case is when packing unsigned numbers that would be representable with the integer type if it were unsigned.
Le type de colonnes est défini selon le type de données saisies dans la deuxième rangée, c'est à dire si la valeur entière est écrite dans la deuxième rangée de cette colonne sera de type integer.
The columns type is defined according to the type of the data entered into the second row, i.e. if the integer value is written in the second row that column will be of the integer type.
Dans cet exemple, les paramètres d'entrée sont "postgres", de type chaîne, et 1, de type integer.
In this example, the input parameters are "postgres", having a string type, and 1, having an integer type.
La conséquence évidente est que les seconds peuvent être un peu plus lents à l'exécution (mais pas toujours, par exemple PocketStudio tourne aussi vite avec le type integer qu'avec le type longint).
So, of course, the second ones can be a little bit slowlier in execution (but not always, for instance PocketStudio runs just as fast using the integer type or the longint type).
Le type Integer devrait être votre premier choix lors de la manipulation des nombres entiers.
The Integer type should be your first choice when handling integer numbers.
Les deux représentations différentes du type Integer ne posent pas de problème aussi longtemps que votre programme ne fait pas de suppositions à propos de la taille des entiers.
The two different representations of the Integer type are not a problem, as long as your program doesn't make any assumptions about the size of integers.
Pour les calculs mathématiques ou pour du code générique il vaut mieux se baser sur la représentation standard pour la plate-forme spécifique - c'est -à - dire utiliser le type Integer - parce que le CPU le préfère.
For mathematical computation or generic code, your best bet is to stick with the standard integral representation for the specific platform - that is, use the Integer type - because this is what the CPU likes best.
La taille du type Integer varie en fonction du CPU et du système d'exploitation que vous utilisez.
The size of the Integer type varies depending on the CPU and operating system you are using.
Les champs de type Integer se déchargeaient en tant que texte.
Integer type fields were exported as text. Fixed now.
Par exemple System.Int32 (alias int en C#) est désigné comme une classe plutôt que simplement un type (pour éviter de parler de type valeur), là encore sûrement une réminiscence de Java et son type Integer qui en effet est un type référence.
As an example System.Int32 (alias int in C#) is referred to as a class instead of simply a type (to avoid speaking about value types), probably a reminiscence of Java and its Integer type which indeed is a reference type.
Par exemple, un type INTEGER BigQuery est mappé sur un type LONG Avro.
For example, a BigQuery INTEGER type maps to an Avro LONG type.
La variable nom est automatiquement définie comme un type integer et n'existe que dans la boucle.
The variable name is automatically defined as type integer and exists only inside the loop.