what is callable statement?

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


Please Help Members By Posting Answers For Below Questions

What is jdbc template?

513


How many types of jdbc drivers are available?

488


How many ways can you update a result set?

559


Which jdbc driver type s is are the jdbc odbc bridge?

474


What is jdbc stand for?

486






What is jdbc thin client?

499


What class.forname will do while loading drivers of jdbc?

492


What is correlated subquery?

1741


Does sql allow null values ? Can we use it within where clause ?

507


How can I get information about foreign keys used in a table?

528


Does sql allow null values ?

547


Give an example of code used for setting up connection with a driver.

517


What are the common jdbc exceptions?

515


Name different methods for getting streams.

538


What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?

474