Different statements in JDBC?
Answers were Sorted based on User's Feedback
Answer / bhoopesh alladi
1. CallableStatement
2. PreparedStatement
3. Statement
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / jyotshna pardhia
There are three types of statements :-
1. Statement :used to calls select statements
2. Prepared Statement :used to calls precompiled statements
3. Callable Statement :used to call stored procudires
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / devarathnam c,kotagudibanda(po
Hi...
The different statements in JDBC:
1:Simple statement
2:PreparedStatement
3:CallableStatement
| Is This Answer Correct ? | 3 Yes | 2 No |
What is JDBC Driver interface?
Write an sql to find all records having all upper case alphanumeric characters in a field ?
How does jdbc connect to database?
Why are we using blob datatypes in jdbc?
Result set’s index starts with 0 or 1?
What is a java driver?
How can I retrieve a String or other object type without creating a new object each time?
Diff. types of triggers..
Explain the difference between rowset vs. Resultset in jdbc?
What are statements in JAVA ?
What is Type-3 Driver and when this driver is used?
What is xe in oracle jdbc url?