What is the equivalent method for precompiled SQL Statement
in JDBC?
Answer Posted / devarathnam c,kotagudibanda(po
Hi... The "PreparedStatement" interface provides one method
i.e prepareStatement("some query");
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the benefits of PreparedStatement over Statement?
What is setautocommit in jdbc?
What does the jdbc resultsetmetadata interface?
What is namedparameterjdbctemplate?
What is the purpose of the jdbc resultset interface?
State the different connection methods used for creating different types of sql.
What is the use of dialect?
What is layer in communication?
Is there another way of dealing with the result set that could execute faster?
How can you retrieve data from the resultset using jdbc?
How many packages are available in jdbc api?
What do you understand by DDL and DML statements?
What is jdbc driver?
How to test jdbc connection to sql server?
What is the difference between client and server database cursors?