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 |
How to rollback a JDBC transaction?
password, is stored in as plain text. What can I do to protect my passwords?
Explain in detail about JDBC and its general features?
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)
What do you understand by DDL and DML statements?
List the advantages of using datasource?
What is the major difference between java.util.date and java.sql.date data type?
What are drivers available?
What are the common tasks of JDBC?
What are the different types of statements in jdbc?
What is DML?
What are restrictions on triggers?