MovieLibrary
Class DBAccessTest

java.lang.Object
  extended by MovieLibrary.DBAccessTest

public class DBAccessTest
extends java.lang.Object

Method used to fill in movie info from a csv file to the movie info database on the server

Author:
Alex Della-Croce

Constructor Summary
DBAccessTest()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main class executed which parses the csv file and submits databse queries to the server to add them in
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBAccessTest

public DBAccessTest()
Method Detail

main

public static void main(java.lang.String[] args)
Main class executed which parses the csv file and submits databse queries to the server to add them in

Parameters:
args - arguments supplied when method is called