|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExportFilter
Interface which allows customization of the behavior of the
Database export methods.
| Method Summary | |
|---|---|
List<Column> |
filterColumns(List<Column> columns)
The columns that should be used to create the exported file. |
Object[] |
filterRow(Object[] row)
The desired values for the row. |
| Method Detail |
|---|
List<Column> filterColumns(List<Column> columns)
throws IOException
columns - the columns as determined by the export code, may be directly
modified and returned
IOException
Object[] filterRow(Object[] row)
throws IOException
row - the row data as determined by the import code, may be directly
modified
null, the row will be skipped
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||