org.fao.gast.lib.druid
Class Import

java.lang.Object
  extended by org.fao.gast.lib.druid.Import

public class Import
extends java.lang.Object


Constructor Summary
Import()
           
 
Method Summary
static void load(java.sql.Connection conn, java.lang.String table, java.lang.String fileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Import

public Import()
Method Detail

load

public static void load(java.sql.Connection conn,
                        java.lang.String table,
                        java.lang.String fileName)
                 throws java.sql.SQLException,
                        java.io.FileNotFoundException,
                        java.io.IOException,
                        java.lang.Exception
Throws:
java.sql.SQLException
java.io.FileNotFoundException
java.io.IOException
java.lang.Exception