CS4B Spring 2007

Class Select

java.lang.Object
  extended by Select

public class Select
extends java.lang.Object

Just open up a connection to the fruit database Accept a query from the keyboard output the response to standard output Queries can be select, describe table or show tables;


Constructor Summary
Select()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Select

public Select()
Method Detail

main

public static void main(java.lang.String[] args)

CS4B Spring 2007