CS4B Spring 2007

Class Batch

java.lang.Object
  extended by Batch

public class Batch
extends java.lang.Object

Just open up a connection to the fruit database using localhost send it three data manipulatin statements using addBatch and then executeBatch - executeBatch returns results rows modified Uses the basic java.sql.Statements...