br.com.caelum.jdatabaseimport
Class Exporter

java.lang.Object
  extended by br.com.caelum.jdatabaseimport.Exporter

public class Exporter
extends java.lang.Object


Constructor Summary
Exporter(ConnectionInfo from, ConnectionInfo to)
           
 
Method Summary
 void importTable(java.util.List<Table> tables)
           
 void importTable(Table table)
           
 void importTables(java.lang.String... tables)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exporter

public Exporter(ConnectionInfo from,
                ConnectionInfo to)
         throws java.lang.ClassNotFoundException,
                java.sql.SQLException
Throws:
java.lang.ClassNotFoundException
java.sql.SQLException
Method Detail

importTables

public void importTables(java.lang.String... tables)
                  throws java.lang.ClassNotFoundException,
                         java.sql.SQLException
Throws:
java.lang.ClassNotFoundException
java.sql.SQLException

importTable

public void importTable(Table table)
                 throws java.sql.SQLException
Throws:
java.sql.SQLException

importTable

public void importTable(java.util.List<Table> tables)
                 throws java.sql.SQLException
Throws:
java.sql.SQLException


Copyright © 2006 Caelum. All Rights Reserved.