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.
INSERT or UPDATE
INSERT, or UPDATE
Une colonne calculée ne peut pas être la cible d'une instruction INSERT ou UPDATE.
A computed column cannot be the target of an INSERT or UPDATE statement.
Si pour une instance de classe donnée, au moins une contrainte n'est pas respectée, alors l'instance est considérée comme invalide : l'objet ne peut alors pas être sauvegardé en base de données (INSERT ou UPDATE).
If for an instance of class, at least one constraint violation is detected, then the instance is invalid: the object cannot be saved into database (INSERT or UPDATE).
Avec autoPrepare(), vous n'avez plus à écrire vos requêtes insert ou update.
With autoPrepare(), you don't have to write your insert or update queries.
Une colonne est modifiable si elle est une référence simple à une colonne modifiable de la relation sous-jacente. Dans le cas contraire, la colonne est en lecture seule et une erreur sera levée si une instruction INSERT ou UPDATE tente d'assigner une valeur à cette colonne.
A column is updatable if it is a simple reference to an updatable column of the underlying base relation; otherwise the column is read-only, and an error will be raised if an INSERT or UPDATE statement attempts to assign a value to it.
Les erreurs de ce type peuvent être des données tronquées lors de l'exécution d'une instruction INSERT ou UPDATE, ou la rencontre d'une valeur Null pendant une fonction d'agrégation.
Examples of such errors include data truncation on execution of an INSERT or UPDATE statement, and encountering a null value during an aggregate function.
Ajout de vérifications dans le démarrage de l'exécuteur pour s'assurer que les lignes produites par une instruction INSERT ou UPDATE correspondront au type de ligne actuel de la table cible (Tom)
Add checks in executor startup to ensure that the tuples produced by an INSERT or UPDATE will match the target table's current rowtype (Tom)
Les commandes d'accès au contenu par SELECT ou d'ajout de ligne par INSERT ou UPDATE ne sont pas traitées ici.
The commands to access the content with SELECT or adding rows with INSERT or UPDATE are not addressed here.
Les expressions de valeurs sont utilisées dans une grande variété de contextes, tels que dans la liste cible d'une commande SELECT, dans les nouvelles valeurs de colonnes d'une commande INSERT ou UPDATE, ou dans les conditions de recherche d'un certain nombre de commandes.
Value Expressions Value expressions are used in a variety of contexts, such as in the target list of the SELECT command, as new column values in INSERT or UPDATE, or in search conditions in a number of commands.
La couche d'abstraction de Django évite de devoir différencier les instructions SQL INSERT ou UPDATE.
Django abstracts the need to use INSERT or UPDATE SQL statements.
REMARQUE : si vous utilisez INSERT ou UPDATE dans votre requête SQL, vous devez saisir « commit; » après le relevé pour que la modification soit appliquée.
NOTE: If you are using either INSERT or UPDATE in your SQL, you must type "commit;" after the statement for the change to take effect.
Si une INSERT ou UPDATE essaie d'ajouter des lignes à une table et est bloquée par l'expression définie dans WITH CHECK de la politique ALL, l'ensemble de la commande est annulé.
If an INSERT or UPDATE command attempts to add rows to the table that do not pass the ALL policy's WITH CHECK expression, the entire command will be aborted.
Si la dernière requête n'était pas une requête de type INSERT ou UPDATE ou si la table modifiée n'a pas de colonne possédant un attribut DEFAULT SERIAL, cette fonction retournera zéro.
If the last query wasn't an INSERT or UPDATE statement or if the modified table does not have a column with the DEFAULT SERIAL attribute, this function will return zero.
autoExecute() construit automatiquement une requête INSERT ou UPDATE.
Automatically prepares and executes INSERT or UPDATE queries.
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.