Package | Description |
---|---|
com.healthmarketscience.jackcess.util |
Modifier and Type | Class and Description |
---|---|
class |
SimpleImportFilter
Simple concrete implementation of ImportFilter which just returns the given
values.
|
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2005–2018. All rights reserved.