What are the utilities of the callablestatement?
Answer / Peeyush Kumar
CallableStatement is a powerful interface in JDBC that provides capabilities for: 1) Executing stored procedures, functions, and other database-specific calls; 2) Binding input parameters to the callable statement; 3) Retrieving output parameters from the callable statement; 4) Registering and de-registering SQLJ object descriptors.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I connect to jdbc?
what is call level interface?
Explain different types of locks in jdbc?
What is device controller?
What are the different types of 2 tier and 3 tier architecture ?
Is jdbc a web technology?
RowSetInternal caller and returns void. What can I do in the readData method?
What are the measures to connect to the db using jdbc?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
What is a jdbc connection?
Explain the process of creating tables using NetBeans IDE?
Is jdbc connection secure?