.
|
Public Member Functions |
| | DataIO (Core.Interfaces.IApplicationContext in_context) |
| int | getLastRecordId (AeiLog logger, IShredder shredder) |
| Summary | getItemFromDatabase (AeiLog logger, IShredder shredder, int record_id) |
| Summary | getScaledItemFromDatabase (AeiLog logger, IShredder shredder, int record_id) |
| bool | purgeDatabase (AeiLog logger, IShredder shredder) |
| bool | purgeDatabase (IDbConnection connection, AeiLog logger, IShredder shredder) |
| Summary | getItemFromDatabase (IDbConnection connection, AeiLog logger, IShredder shredder, int record_id, bool get_data, bool get_scaled_data) |
| bool | addItemToDatabase (AeiLog logger, IShredder shredder, Summary summary) |
| | DataIO (Core.Interfaces.IApplicationContext in_context, String connection_string, int connection_type) |
| int | getLastRecordId (AeiLog logger, IShredder shredder) |
| Summary | getItemFromDatabase (AeiLog logger, IShredder shredder, int record_id) |
| Summary | getScaledItemFromDatabase (AeiLog logger, IShredder shredder, int record_id) |
| bool | purgeDatabase (AeiLog logger, IShredder shredder) |
| bool | purgeDatabase (IDbConnection connection, AeiLog logger, IShredder shredder) |
| Summary | getItemFromDatabase (IDbConnection connection, AeiLog logger, IShredder shredder, int record_id, bool get_data, bool get_scaled_data) |
| bool | addBulkItemToDatabase (AeiLog logger, IShredder shredder, Summary summary, Core.Data.SqlBulkInsert detail_bulk_insert, Core.Data.SqlBulkInsert client_bulk_insert) |
Public Attributes |
| const int | MAX_URL_LENGTH = 1023 |
| String | ConnectionString = null |
| int | ConnectionType = 0 |
Properties |
| Core.Database.ConnectionPool | ConnectionPool [get] |
Private Attributes |
| Core.Interfaces.IApplicationContext | application_context = null |
.