public interface ImportFilter
ImportUtil import methods.| Modifier and Type | Method and Description |
|---|---|
List<ColumnBuilder> |
filterColumns(List<ColumnBuilder> destColumns,
ResultSetMetaData srcColumns)
The columns that should be used to create the imported table.
|
Object[] |
filterRow(Object[] row)
The desired values for the row.
|
List<ColumnBuilder> filterColumns(List<ColumnBuilder> 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 sourceSQLExceptionIOExceptionObject[] filterRow(Object[] row) throws SQLException, IOException
row - the row data as determined by the import code, may be directly
modifiednull, the row will be skippedSQLExceptionIOExceptionCopyright © 2005–2021 OpenHMS. All rights reserved.