Download for Windows Premium
-50% Premium
Publiciteit
PreparedStatement

Vertaling van "PreparedStatement" 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.
PreparedStatement
Un objet PreparedStatement a la capacité d'utiliser des courants d'entrée et de sortie pour fournir des données de paramètres.
A PreparedStatement object has the ability to use input and output streams to supply parameter data.
Cet exemple lance la même requête que précédemment mais utilise un PreparedStatement et une valeur liée dans la requête.
This example will issue the same query as before using a PreparedStatement and a bind value in the query.
Tout PreparedStatement ou ResultSet créé doit également être fermé après utilisation, avec object.close(), ou, de préférence, avec un bloc try-with-resources.
Any PreparedStatement and ResultSet created should also be closed after use, with object.close() or, preferably, through a try-with-resources block.
Si vous avez des paramètres IN, il suffit de suivre les mêmes règles et techniques applicables à un objet PreparedStatement; utiliser la méthode setXXX () qui correspond au type de données Java vous liez.
If you have IN parameters, just follow the same rules and techniques that apply to a PreparedStatement object; use the setXXX() method that corresponds to the Java data type you are binding.
Le cache de plans d'exécutions de PostgreSQL fonctionne seulement pour les requêtes ouvertes, autrement dit aussi longtemps que le PreparedStatement est ouvert.
The PostgreSQL query plan cache works for open statements only-that is as long as you keep the PreparedStatement open.
Tout comme vous fermez un objet Statement, pour la même raison, vous devez également fermer l'objet PreparedStatement.
Just as you close a Statement object, for the same reason you should also close the PreparedStatement object.
À chaque fois que vous voulez exécuter des instructions SQL sur la base de données, vous avez besoin d'une instance Statement ou PreparedStatement.
Any time you want to issue SQL statements to the database, you require a Statement or PreparedStatement instance.
Une fois que vous avez fini d'utiliser Statement ou PreparedStatement, vous devez le fermer.
When you are done using the Statement or PreparedStatement you should close it.
Une fois que vous avez un Statement ou un PreparedStatement, vous pouvez lancer une requête.
Once you have a Statement or PreparedStatement, you can use issue a query.
Dans le tableau Set PreparedStatement Parameter, définissez les valeurs des paramètres représentés par des"?"
In the Set PreparedStatement Parameter table, define the parameters represented by"?"
Oui, dans OOoBase, on utilise soit un objet Statement soit un objet PreparedStatement pour réaliser la même fonctionnalité.
Yes, in OOoBase you would use either a Statement or PreparedStatement object to achieve the same function.
Mais vous devez vous rappeler qu'un seul ResultSet peut exister par Statement ou PreparedStatement à un moment donné.
But you have to remember that only one ResultSet can exist per Statement or PreparedStatement at a given time.
L'utilisation d'objets CallableStatement est beaucoup comme l'utilisation des objets PreparedStatement.
Using CallableStatement objects is much like using PreparedStatement objects.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor PreparedStatement in het Frans

Publiciteit

Resultaten: 15. Exact: 15. Verstreken tijd: 50 ms.