All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.zero88.jooqx.SQLBatchCollector Maven / Gradle / Ivy

The newest version!
package io.zero88.jooqx;

import lombok.NonNull;

/**
 * Result batch converter
 *
 * @param  Type of Vertx SQL result set
 * @param 
Type of Vertx SQL batch result * @see SQLResultCollector * @since 1.0.0 */ interface SQLBatchCollector extends SQLResultCollector { /** * Compute Batch Result size * * @param batchResult batch result * @return result size */ int batchResultSize(@NonNull BR batchResult); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy