This topic contains a solution. Click here to go to the answer

Author Question: Suppose a callable statement is created as follows:CallableStatement callableStatement = ... (Read 107 times)

geodog55

  • Hero Member
  • *****
  • Posts: 530

Question 1

Which of the following statements are true?
◦ CallableStatement is for SQL query statements only. You cannot create a CallableStatement for SQL update statements.
◦ CallableStatement is a subinterface of PreparedStatement.
◦ CallableStatement is more efficient than PreparedStatement.
◦ CallableStatement is for executing predefined functions and procedures.

Question 2

Suppose a callable statement is created as follows:

CallableStatement callableStatement = connection.prepareCall(
"{call sampleProcedure(?, ?, ?)}");

Assume that the first parameter is an IN parameter with value John. To set this parameter value, use  ________.
◦ callableStatement.setString(0, 'John');
◦ callableStatement.setString(1, 'John');
◦ callableStatement.setString(1, "John");
◦ callableStatement.setString(0, "John");


Related Topics

Need homework help now?

Ask unlimited questions for free

Ask a Question
Marked as best answer by geodog55 on May 6, 2020

deja

  • Sr. Member
  • ****
  • Posts: 332
Lorsum iprem. Lorsus sur ipci. Lorsem sur iprem. Lorsum sur ipdi, lorsem sur ipci. Lorsum sur iprium, valum sur ipci et, vala sur ipci. Lorsem sur ipci, lorsa sur iprem. Valus sur ipdi. Lorsus sur iprium nunc, valem sur iprium. Valem sur ipdi. Lorsa sur iprium. Lorsum sur iprium. Valem sur ipdi. Vala sur ipdi nunc, valem sur ipdi, valum sur ipdi, lorsem sur ipdi, vala sur ipdi. Valem sur iprem nunc, lorsa sur iprium. Valum sur ipdi et, lorsus sur ipci. Valem sur iprem. Valem sur ipci. Lorsa sur iprium. Lorsem sur ipci, valus sur iprem. Lorsem sur iprem nunc, valus sur iprium.
Answer Preview
Only 50% of students answer this correctly




geodog55

  • Member
  • Posts: 530
Reply 2 on: May 6, 2020
:D TYSM


ttt030911

  • Member
  • Posts: 315
Reply 3 on: Yesterday
Great answer, keep it coming :)

 

Did you know?

Drug abusers experience the following scenario: The pleasure given by their drug (or drugs) of choice is so strong that it is difficult to eradicate even after years of staying away from the substances involved. Certain triggers may cause a drug abuser to relapse. Research shows that long-term drug abuse results in significant changes in brain function that persist long after an individual stops using drugs. It is most important to realize that the same is true of not just illegal substances but alcohol and tobacco as well.

Did you know?

If all the neurons in the human body were lined up, they would stretch more than 600 miles.

Did you know?

The immune system needs 9.5 hours of sleep in total darkness to recharge completely.

Did you know?

Chronic necrotizing aspergillosis has a slowly progressive process that, unlike invasive aspergillosis, does not spread to other organ systems or the blood vessels. It most often affects middle-aged and elderly individuals, spreading to surrounding tissue in the lungs. The disease often does not respond to conventionally successful treatments, and requires individualized therapies in order to keep it from becoming life-threatening.

Did you know?

There are approximately 3 million unintended pregnancies in the United States each year.

For a complete list of videos, visit our video library