public class ConnectorLoader extends DataLoader<Connector>
createRows, createRowsTest, dataRows, deleteRows, deleteRowsTest, report, stopLoad, test, updateRows, updateRowsTest| Constructor and Description |
|---|
ConnectorLoader() |
| Modifier and Type | Method and Description |
|---|---|
LoaderResult<Connector> |
load(InputStream stream,
boolean test)
Loads all the records from the stream and processes them.
|
void |
updateRecord(DSRecord record)
Processes the record.
|
getColumnLabel, getErrorMessage, getErrorMessage, load, updateRecordList, validateStringSizepublic LoaderResult<Connector> load(InputStream stream, boolean test)
DataLoaderload in class DataLoader<Connector>stream - the stream to read data fromtest - if true, only a test whether the load would succeed is performed, and no data is imported to the
database.public void updateRecord(DSRecord record)
DataLoaderupdateRecord in class DataLoader<Connector>record - the record to processCopyright © 2025 European Spallation Source. All rights reserved.