Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how to use CallableStatement?
specially how to use their index given ..

Answer Posted / suresh

CallableStatement object is used to call the stored
procedure and stored procedure is nothing but it's block of
code and it's identified unique name

ex

CallableStatement cs=con.prepareCall();
cs.executeUpdate(Call"{procedure name}");


con is a Connection object
It has three parameter

IN
OUT
INOUT

IN parameter used to store any value to stored procedure
using setXX() method..

OUT parameter used to get the information or values from the
stored procedure using getXX() method,that object to
registered using registerOutParameter()

INOUT used to both store and get the information...

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the process of creating tables using NetBeans IDE?

916


What is java soft framework?

935


code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)

4365


What is a statement in java?

851


What are the different types of drivers under jdbc?

799


Can we have foreign key reference to a non primary key column ?

908


Why do you use a data source object for a connection?

969


What is the role of jdbc drivermanager class?

1021


What is two-phase commit in the database?

972


What is jdbc odbc connection?

921


How to insert an image or raw data into database?

948


Where is mysql jdbc driver located?

958


What is savepoint in jdbc?

863


What is jdbc and odbc?

872


What is while rs next ())?

892