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
Can I use JDBC to execute non-standard features that my DBMS provides?
What are the factors that the jdbc driver performance depends upon?
What is connection commit?
What is dburl?
What is JDBC Connection isolation levels?
Where can I find ojdbc14 jar file?
What is a jdbc connection string?
Why do we need a jdbcrowset like wrapper around resultset?
How to move the cursor in scrollable resultset ?
What are the different types of resultset?
How can we store the file in the oracle database?
Is jdbc a framework?
How can you make a connection?
How can I manage special characters when I execute an insert query?
What is CLOB and BLOB datatypes in JDBC?