| Package | Description |
|---|---|
| sirius.db.jdbc.batch |
| Class and Description |
|---|
| BatchContext
Bundles the preparation and execution of a bunch of
batch queries. |
| BatchQuery
Provides an abstract wrapper around a
PreparedStatement to be used within a BatchContext. |
| BatchSQLQuery |
| CustomQuery
Wraps a SQL statement as
BatchSQLQuery. |
| DeleteQuery
Represents a batch query which deletes one or more entities from the database.
|
| FindQuery
Represents a batch query which finds and entity in the database.
|
| InsertQuery
Represents a batch query which inserts an entity into the database.
|
| UpdateQuery
Represents a batch query which updates an entity in the database.
|
Copyright © 2018. All rights reserved.