Package | Description |
---|---|
gov.va.vinci.leo.cr |
CollectionReader base classes and implementations are found in this package.
|
Modifier and Type | Class and Description |
---|---|
class |
BatchDatabaseCollectionReader
Database CollectionReader that pulls the data in batches of a configurable size.
|
class |
DatabaseCollectionReader
CollectionReader that executes a SQL query one time to pull the needed data from the database.
|
class |
SQLServerPagedDatabaseCollectionReader
Database CollectionReader that pulls the data in pages of a configurable size from SQL Server.
|
Modifier and Type | Method and Description |
---|---|
<T extends BaseDatabaseCollectionReader> |
BaseDatabaseCollectionReader.setDriver(String driver)
Set the driver name for this reader.
|
<T extends BaseDatabaseCollectionReader> |
BaseDatabaseCollectionReader.setPassword(String password)
Set the database password.
|
<T extends BaseDatabaseCollectionReader> |
BaseDatabaseCollectionReader.setURL(String url)
Set the driver URL.
|
<T extends BaseDatabaseCollectionReader> |
BaseDatabaseCollectionReader.setUsername(String username)
Set the database username.
|
Copyright © 2018 Department of Veterans Affairs. All Rights Reserved.