Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

ch.elexis.importers
Class AccessWrapper

java.lang.Object
  extended by ch.elexis.importers.AccessWrapper

public class AccessWrapper
extends java.lang.Object

Simple conversions from mdb databases


Constructor Summary
AccessWrapper(java.io.File mdbFile)
           
AccessWrapper(java.io.File mdbFile, java.nio.charset.Charset ch)
           
 
Method Summary
 int convertTable(java.lang.String name, JdbcLink dest)
           
 void setPrefixForImportedTableNames(java.lang.String prefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

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

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013