ch.elexis.importers
Class AccessWrapper
java.lang.Object
ch.elexis.importers.AccessWrapper
public class AccessWrapper
- extends java.lang.Object
Simple conversions from mdb databases
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccessWrapper
public AccessWrapper(java.io.File mdbFile)
throws java.io.IOException
- Throws:
java.io.IOException
AccessWrapper
public AccessWrapper(java.io.File mdbFile,
java.nio.charset.Charset ch)
throws java.io.IOException
- Throws:
java.io.IOException
setPrefixForImportedTableNames
public void setPrefixForImportedTableNames(java.lang.String prefix)
convertTable
public int convertTable(java.lang.String name,
JdbcLink dest)
throws java.io.IOException,
java.sql.SQLException
- Throws:
java.io.IOException
java.sql.SQLException