|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImportFilter
Interface which allows customization of the behavior of the
Database
import/copy methods.
Method Summary | |
---|---|
List<Column> |
filterColumns(List<Column> destColumns,
ResultSetMetaData srcColumns)
The columns that should be used to create the imported table. |
Object[] |
filterRow(Object[] row)
The desired values for the row. |
Method Detail |
---|
List<Column> filterColumns(List<Column> destColumns, ResultSetMetaData srcColumns) throws SQLException, IOException
destColumns
- the columns as determined by the import code, may be
directly modified and returnedsrcColumns
- the sql metadata, only available if importing from a
JDBC source
SQLException
IOException
Object[] filterRow(Object[] row) throws SQLException, IOException
row
- the row data as determined by the import code, may be directly
modified
null
, the row will be skipped
SQLException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |