Vertaling van "SQL copy" in Engels
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.
La syntaxe de cette commande est similaire à celle de la commande SQL COPY(7).
The syntax of this command is similar to that of the SQL COPY command.
Une autre façon d'obtenir le même résultat que \copy... to est d'utiliser la commande SQL COPY...
Another way to obtain the same result as \copy... to is to use the SQL COPY...
Ces opérations ne sont pas aussi efficaces que la commande SQL COPY avec un fichier ou avec les données fournies pour/par un programme car toutes les données doivent passer via la connexion client/serveur.
Tip These operations are not as efficient as the SQL COPY command with a file or program data source or destination, because all data must pass through the client/server connection.
L'invite 3 est lancée lorsque vous exécutez une commande SQL COPY et que vous devez saisir les valeurs des lignes sur le terminal.
Prompt 3 is issued when you are running an SQL COPY FROM STDIN command and you need to type in a row value on the terminal.
Le traitement complet est le suivant. L'application lance tout d'abord la commande SQL COPY via PQexec ou une des fonctions équivalentes.
The overall process is that the application first issues the SQL COPY command via PQexec or one of the equivalent functions.
La syntaxe de la commande est similaire à celle de la commande SQL COPY(7), et option doit préciser une des options de la commande SQL COPY(7).
The syntax of the command is similar to that of the SQL COPY command, and option must indicate one of the options of the SQL COPY command.
Le mode Copy-out (transfert de données à partir du serveur) est initié lorsque le serveur exécute une instruction SQL copy to stdout.
Copy-out mode (data transfer from the server) is initiated when the backend executes a COPY TO STDOUT SQL statement.
Le mode Copy-in (transfert de données vers le serveur) est initié quand le serveur exécute une instruction SQL copy from stdin.
Copy-in mode (data transfer to the server) is initiated when the backend executes a COPY FROM STDIN SQL statement.
Le client peut terminer le mode Copy-in en envoyant un message CopyDone (permettant une fin avec succès) ou un message CopyFail (qui causera l'échec de l'instruction SQL copy avec une erreur).
The frontend can terminate the copy-in mode by sending either a CopyDone message (allowing successful termination) or a CopyFail message (which will cause the COPY SQL statement to fail with an error).