Answer Posted / devarathnam c,kotagudibanda(po
Hi... CallableStatement : It is an interface in JDBC
API,which can be used to calling the storedprocedures and
functions in backend like oracle,sybase.
Syntax:
CallableStatement cst=con.prepareCall("{call <procedure
name>(?,?)}");
| Is This Answer Correct ? | 34 Yes | 6 No |
Post New Answer View All Answers
What are the advantages of using preparedstatement in java?
What is phantom read and which isolation level prevents it?
Why jdbc is used in java?
What is the difference between execute, executeQuery, executeUpdate?
Why we use while rs next ())?
What are temp tables ?
What is a jdbc driver and how many jdbc drivers are available?
What is executeupdate in java?
How do we call a stored procedure from jdbc?
What is jdbc and explain jdbc architecture?
What is jdbc resultsetmetadata interface?
What does connection pooling mean ?
What is jdbc databasemetadata interface?
What is JDBC API and when do we use it?
What are types of resultset?