Answer Posted / subbu
A Stored procedure is a collection of sql statements that
are stored under a name & executed.when you create a stored
procedure all the steps like parsing,checking,compiling etc
are carried out.They can be called from java by using
prepareCall().
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does jdbc use ssl?
What is while rs next ())?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
How many packages are available in jdbc api?
How does a file store compare with a jdbc store?
What packages are used by jdbc?
Why do we use jdbc in java?
What is ojvm used for?
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?
I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?
What is transaction processing in jdbc?
How to check jdbc connection in linux?
How can I retrieve a String or other object type without creating a new object each time?
Does jpa use jdbc?
How to set NULL values in JDBC PreparedStatement?