Class BatchQuery
java.lang.Object
com.github.darksoulq.abyssallib.common.database.relational.AbstractBatchQuery<BatchQuery>
com.github.darksoulq.abyssallib.common.database.relational.postgres.BatchQuery
A PostgreSQL-specific implementation of
AbstractBatchQuery.
Optimized for executing multiple insertion operations in a single database round-trip. Due to PostgreSQL's strict SQL compliance, "Replace" operations are explicitly disabled in favor of conflict resolution patterns.
-
Constructor Summary
ConstructorsConstructorDescriptionBatchQuery(Database database, String table, String... columns) Constructs a new BatchQuery for PostgreSQL. -
Method Summary
Methods inherited from class AbstractBatchQuery
add, execute, executeAsync, insert, insertIgnore, replace
-
Constructor Details
-
BatchQuery
-