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 |
Is odbc an api?
What is type 4 jdbc driver?
What does the jdbc resultsetmetadata interface?
What port does jdbc use?
How can I create a custom RowSetMetaData object from scratch?
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?
Explain about DSN?
What is the benefit of having jdbcrowset implementation?
What causes the "No suitable driver" error?
please tell me the name and url path for type-4 driver ?
How do I load a database driver with JDBC 4.0 / Java 6?
wa is connection pooling? how do u create connection pooling?wat is use connection pooling?