Answer Posted / checkout
Callable statement is the one of the SQL statement.
Callable statement usage, to execute stored procedures
using preparecall() method.
Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What does it mean to "materialize" data?
Is possible to open a connection to a database with exclusive mode with JDBC?
What is dburl?
What is jdbc in java?
How can I get or redirect the log used by DriverManager and JDBC drivers?
What is jdbc connection?
How to set NULL values in JDBC PreparedStatement?
What are types of resultset?
Differentiate between a statement and a preparedstatement.
How to get the Database server details in java program?
What is the difference between jdbc and odbc?
Explain the life cycle of jdbc.
What is a statement?
How can we set null value in jdbc preparedstatement?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?