Uses of Interface
com.healthmarketscience.jackcess.ImportFilter

Uses of ImportFilter in com.healthmarketscience.jackcess
 

Classes in com.healthmarketscience.jackcess that implement ImportFilter
 class SimpleImportFilter
          Simple concrete implementation of ImportFilter which just returns the given values.
 

Methods in com.healthmarketscience.jackcess with parameters of type ImportFilter
 void Database.copyTable(String name, ResultSet source, ImportFilter filter)
          Copy an existing JDBC ResultSet into a new table in this database
 void Database.importFile(String name, File f, String delim, ImportFilter filter)
          Copy a delimited text file into a new table in this database
 void Database.importReader(String name, BufferedReader in, String delim, ImportFilter filter)
          Copy a delimited text file into a new table in this database
 



Copyright © 2005-2008 Health Market Science. All Rights Reserved.