What is the use of getGeneratedKeys() method in Statement?
No Answer is Posted For this Question
Be the First to Post Answer
Statement, PrepareStatement and Callable all these are interfaces. Thought it is a interface how come we are creating objects and calling methods("preparestatement()") in it. In which class this method is defined. Please let me know. Thanks in advance. example: PreparedStatement pre = con.prepareStatement( "UPDATE COFFEES SET SALES = ? WHERE COF_NAME LIKE ?");
What are the different types of locking in JDBC?
Is jdbc a framework?
How do you debug PL/SQL code?
What does adapter class provide?
What is the syntax of URL to get connection?
can we create a own jdbc driver? how can we create?
How to execute bulk number of queries at once?
What is jdbc in dbms?
How the information about db(database) can be retrieved?
How do I set properties for a JDBC driver and where are the properties stored?
How many ways that we can view a result set?