Cuando llama a un Procedimiento almacenado sin argumentos y sin salida, ¿hay alguna ventaja al usar un CallableStatement sobre un Statement o PreparedStatement normal?CallableStatement vs Statement
5
A
Respuesta
5
CallableStatement
le permite utilizar una sintaxis JDBC genérica para los procedimientos de llamada en lugar de uno específico de la base de datos.
Por desgracia, no lo hicimos para Oracle en uno de los proyectos que he trabajado, por lo que todas nuestras llamadas a procedimientos tienen el siguiente aspecto:
String query = "begin package.sp_Procedure(?, ?); end;";
Cuestiones relacionadas
- 1. cómo imprimir Statement (CallableStatement) en Java?
- 2. procedimientos almacenados como consultas: CallableStatement vs. PreparedStatement
- 3. ?: Operador vs. Si Statement Performance
- 4. PreparedStatement, CallableStatement y consideraciones de rendimiento
- 5. SQL - DECLARACIÓN DE UN CASO - WHEN statement AND statement
- 6. DB2 CASE Statement
- 7. Legit python if statement?
- 8. Python if statement efficiency
- 9. Jinja2 If Statement
- 10. Need Help- Switch statement
- 11. mysql IF Else Statement
- 12. Resharper Auto Complete Statement
- 13. Android case statement help
- 14. if statement en rieles
- 15. Perl Switch Statement
- 16. multi condición if statement C++
- 17. Operador condicional en if-statement?
- 18. XCode, folders y #import statement
- 19. Visual Basic 6.0 Case Statement
- 20. Expresión Lambda versus Statement Lambda
- 21. actualización con join statement mysql?
- 22. return statement in for bucles
- 23. SQL Select Statement con WHERE, AND, O
- 24. MySQL Select Statement DISTINCT para Columnas Múltiples
- 25. Python If Statement with Multiple Conditions
- 26. Javascript: try/catch/finally return statement
- 27. Analizando el algoritmo if-else if statement
- 28. VB.net Select Case Statement with Beginswith
- 29. Usando statement y try-catch() - finalmente ¿repetición?
- 30. MySQL y problemas de Python Select Statement