Package io.github.zero88.jooqx.reactivex
Class LegacySQLCollector
java.lang.Object
io.github.zero88.jooqx.reactivex.LegacySQLCollector
Represents for Legacy SQL result set collector
NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen.-
Field Summary
-
Constructor Summary
ConstructorDescriptionLegacySQLCollector
(LegacySQLCollector delegate) LegacySQLCollector
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionint
batchResultSize
(List<Integer> batchResult) <ROW,
RESULT>
RESULTcollect
(io.vertx.ext.sql.ResultSet resultSet, SQLResultAdapter<ROW, RESULT> adapter, org.jooq.DSLContext dslContext, DataTypeMapperRegistry registry) Collect result set to an expectation result that defines in SQL result adaptercollect
(io.vertx.ext.sql.ResultSet multipleResultSet, List<SQLResultAdapter> adapters, org.jooq.DSLContext dslContext, DataTypeMapperRegistry registry) Collect multiple result set to block resultstatic LegacySQLCollector
create()
boolean
int
hashCode()
static LegacySQLCollector
toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
LegacySQLCollector
-
LegacySQLCollector
-
-
Method Details
-
toString
-
equals
-
hashCode
public int hashCode() -
getDelegate
-
create
-
batchResultSize
-
collect
public <ROW,RESULT> RESULT collect(io.vertx.ext.sql.ResultSet resultSet, SQLResultAdapter<ROW, RESULT> adapter, org.jooq.DSLContext dslContext, DataTypeMapperRegistry registry) Collect result set to an expectation result that defines in SQL result adapter- Parameters:
resultSet
- the result setadapter
- the SQL result adapterdslContext
- the DSL contextregistry
- the data type registry- Returns:
- an expectation result
-
collect
public BlockResult collect(io.vertx.ext.sql.ResultSet multipleResultSet, List<SQLResultAdapter> adapters, org.jooq.DSLContext dslContext, DataTypeMapperRegistry registry) Collect multiple result set to block result- Parameters:
multipleResultSet
- multiple result setadapters
- the adaptersdslContext
- the DSL contextregistry
- the data type registry- Returns:
- a Block result
-
newInstance
-