See: Description
| Class | Description |
|---|---|
| AbstractDBAgent |
This agent performs a database operation such as insert/update/delete/rehash on
a set of records in the database.
|
| DBDeleteAgent |
This agent deletes records from the database.
|
| DBInsertAgent |
This agent inserts records into the database.
|
| DBLoadAgent |
This agent reads records from the database and sends them in multiple chunks
to the client
|
| DBRehashAgent |
This agent rehashes records from the database.
|
| DBSelectAgent |
This agent reads a set of records from the database according to the given condition and order.
|
| DBStoreAgent |
This agent inserts or updates records depending on whether or not they exist already in the
database.
|
| DBUpdateAgent |
This agent updates records in the database.
|
| ProbeDataSourceAgent |
This agent checks all DataSource connections and prints info about them
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.