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
Where can I find ojdbc14 jar file?
What is correlated subquery?
What is jndi lookup?
What is metadata in java programming?
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
What is the use of dialect?
What is new in JDBC 2.0?
What is savepoint in jdbc?
What are the common JDBC problems that you got and how do you solved them?
How do I start debugging problems related to the JDBC API?
explain about special characters?
What is JDBC Transaction Management and why do we need it?
What is jdbc drivers in java?
What is jdbc type?
What is the reason why we need a jdbcrowset like the wrapper around resultset?