summaryrefslogtreecommitdiffstats
path: root/src/java/com/healthmarketscience/jackcess/ImportUtil.java
Commit message (Expand)AuthorAgeFilesLines
* Add ImportUtil.toColumns to enable more advanced Table creation implementatio...James Ahlborn2012-05-251-28/+39
* always pass Object[] to ImportFilter.filterRowJames Ahlborn2011-11-301-4/+4
* Add option to import file without headers to existing table; Add ImportUtil.B...James Ahlborn2011-11-251-4/+174
* Allow ImportFilter and ExportFilter to return null from filterRow() to indica...James Ahlborn2011-11-251-2/+10
* oops, fix copyrightJames Ahlborn2010-11-291-1/+26
* add support for specifying a quote character on importJames Ahlborn2010-10-281-17/+158
* Make Database.escapeIdentifier public; add methods to TableBuilder and Column...James Ahlborn2010-07-161-5/+5
* Refactor import/copy methods from Database into ImportUtil. AllowJames Ahlborn2009-12-071-0/+340