Package | Description |
---|---|
gov.va.vinci.leo.cr |
CollectionReader base classes and implementations are found in this package.
|
gov.va.vinci.leo.model |
Provides model POJO objects used in Leo.
|
Constructor and Description |
---|
BatchDatabaseCollectionReader(DatabaseConnectionInformation databaseConnectionInformation,
DataQueryInformation dataQueryInformation,
int minRecordNumber,
int maxRecordNumber,
int batchSize)
Initialize the reader using the database connection and query information provided, including the size of each
batch and optionally the number of random batches to execute.
|
DatabaseCollectionReader(DatabaseConnectionInformation databaseConnectionInformation,
DataQueryInformation dataQueryInformation)
Initialize with the database connection and query information.
|
SQLServerPagedDatabaseCollectionReader(DatabaseConnectionInformation databaseConnectionInformation,
DataQueryInformation dataQueryInformation,
int pageSize)
Initialize the reader using the database connection and query information provided, including the size of each
batch and optionally the number of random batches to execute.
|
SQLServerPagedDatabaseCollectionReader(DatabaseConnectionInformation databaseConnectionInformation,
DataQueryInformation dataQueryInformation,
int pageSize,
int firstOffset)
Initialize the reader using the database connection and query information provided, including the size of each
batch and optionally the number of random batches to execute.
|
Modifier and Type | Method and Description |
---|---|
DataQueryInformation |
DataQueryInformation.setIdColumn(String idColumn)
Set the id column index, 0 based.
|
DataQueryInformation |
DataQueryInformation.setNoteColumn(String noteColumn)
Set the note column index, 0 based.
|
DataQueryInformation |
DataQueryInformation.setQuery(String query)
Set the query.
|
Copyright © 2018 Department of Veterans Affairs. All Rights Reserved.