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 is jdbc connection interface?
What is jdbc and its advantages?
What do you mean by database connection pooling?
When do we use execute method in java jdbc?
How to know howmuch data is truncated?
What is jdbc databasemetadata interface?
Write an sql to find all records having all upper case alphanumeric characters in a field ?
Explain how data flows from view to db and reverse
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
Can we return resultset in java?
How to retrieve warnings in jdbc?
Explain the JDBC Architecture?
What is the use of the statement in jdbc?
What is the difference between setmaxrows(int) and setfetchsize(int)?
Which interface handles transaction management in jdbc?