Vertaling van "the struct" 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.
For an input ARRAY of STRUCTs, UNNEST returns a row for each STRUCT, with a separate column for each field in the STRUCT.
Pour un élément ARRAY de colonnes STRUCT d'entrée, UNNEST renvoie une ligne pour chaque colonne STRUCT, avec une colonne distincte pour chaque champ de colonne STRUCT.
Querying Nested Arrays If a table contains an ARRAY of STRUCTs, you can flatten the ARRAY to query the fields of the STRUCT.
Si une table contient un objet ARRAY de données STRUCT, vous pouvez aplatir l'objet ARRAY pour lancer des requêtes dans les champs de données STRUCT.
After this, the struct is written to the wtmp file.
To define a structure, you must use the struct statement.
Pour définir une structure, vous devez utiliser l'instruction struct.
Each field in the struct gives rise to a catalog column.
Chaque champ dans cette structure donne naissance à une colonne de catalogue.
Members of the struct represent object properties.
The function returns the type of pointer to the struct resource.
That header also defines the struct types that are returned by these functions.
Cet en-tête définit aussi les types de structures qui sont renvoyés par ces fonctions.
This restriction is necessary, as the size of the struct has to be finite.
Cette restriction est nécessaire, car la taille de la structure doit être finie.
A filled gray box represents the struct or class for which the graph is generated.
Un rectangle plein noir représente la structure ou la classe pour laquelle le graphe est généré.
The length of the fields in the struct varies.
La longueur des champs de la structure varie.
When that happens the struct detects the internal null pointer and acts as if it were an array of zero length.
Quand cela se produit, la structure détecte le pointeur null interne et agit comme si le tableau avait une taille de zéro.
Copying the struct hostent does not suffice, since it contains pointers; a deep copy is required.