|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ImportFilter | |
|---|---|
| com.healthmarketscience.jackcess.util | |
| Uses of ImportFilter in com.healthmarketscience.jackcess.util |
|---|
| Classes in com.healthmarketscience.jackcess.util that implement ImportFilter | |
|---|---|
class |
SimpleImportFilter
Simple concrete implementation of ImportFilter which just returns the given values. |
| Methods in com.healthmarketscience.jackcess.util with parameters of type ImportFilter | |
|---|---|
static String |
ImportUtil.importFile(File f,
Database db,
String name,
String delim,
char quote,
ImportFilter filter,
boolean useExistingTable)
Copy a delimited text file into a new table in this database. |
static String |
ImportUtil.importFile(File f,
Database db,
String name,
String delim,
char quote,
ImportFilter filter,
boolean useExistingTable,
boolean header)
Copy a delimited text file into a new table in this database. |
static String |
ImportUtil.importFile(File f,
Database db,
String name,
String delim,
ImportFilter filter)
Copy a delimited text file into a new table in this database. |
static String |
ImportUtil.importReader(BufferedReader in,
Database db,
String name,
String delim,
char quote,
ImportFilter filter,
boolean useExistingTable)
Copy a delimited text file into a new (or optionally exixsting) table in this database. |
static String |
ImportUtil.importReader(BufferedReader in,
Database db,
String name,
String delim,
char quote,
ImportFilter filter,
boolean useExistingTable,
boolean header)
Copy a delimited text file into a new (or optionally exixsting) table in this database. |
static String |
ImportUtil.importReader(BufferedReader in,
Database db,
String name,
String delim,
ImportFilter filter)
Copy a delimited text file into a new table in this database. |
static String |
ImportUtil.importReader(BufferedReader in,
Database db,
String name,
String delim,
ImportFilter filter,
boolean useExistingTable)
Copy a delimited text file into a new (or optionally exixsting) table in this database. |
static String |
ImportUtil.importResultSet(ResultSet source,
Database db,
String name,
ImportFilter filter)
Copy an existing JDBC ResultSet into a new table in this database. |
static String |
ImportUtil.importResultSet(ResultSet source,
Database db,
String name,
ImportFilter filter,
boolean useExistingTable)
Copy an existing JDBC ResultSet into a new (or optionally existing) table in this database. |
ImportUtil.Builder |
ImportUtil.Builder.setFilter(ImportFilter filter)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||