Package io.github.zero88.jooqx.reactivex
Class JooqxPreparedQuery
java.lang.Object
io.github.zero88.jooqx.reactivex.JooqxPreparedQuery
Represents for a converter that transforms
jOOQ param
to Vertx Reactive SQL
bind value
NOTE: This class has been automatically generated from the original
non RX-ified interface using Vert.x codegen.-
Field Summary
-
Constructor Summary
ConstructorDescriptionJooqxPreparedQuery
(JooqxPreparedQuery delegate) JooqxPreparedQuery
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionList<io.vertx.reactivex.sqlclient.Tuple>
bindValues
(org.jooq.Query query, BindBatchValues bindBatchValues, DataTypeMapperRegistry mapperRegistry) io.vertx.reactivex.sqlclient.Tuple
bindValues
(org.jooq.Query query, DataTypeMapperRegistry mapperRegistry) static JooqxPreparedQuery
create()
Create default reactive SQL prepare queryboolean
int
hashCode()
static JooqxPreparedQuery
routine
(org.jooq.Configuration configuration, org.jooq.Routine routine) io.vertx.reactivex.sqlclient.Tuple
routineValues
(org.jooq.Routine routine, DataTypeMapperRegistry mapperRegistry) sql
(org.jooq.Configuration configuration, BlockQuery blockQuery) sql
(org.jooq.Configuration configuration, org.jooq.Query query) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
JooqxPreparedQuery
-
JooqxPreparedQuery
-
-
Method Details
-
toString
-
equals
-
hashCode
public int hashCode() -
getDelegate
-
create
Create default reactive SQL prepare query- Returns:
- a new instance of ReactiveSQLPreparedQuery
-
sql
-
sql
-
bindValues
public io.vertx.reactivex.sqlclient.Tuple bindValues(org.jooq.Query query, DataTypeMapperRegistry mapperRegistry) -
bindValues
public List<io.vertx.reactivex.sqlclient.Tuple> bindValues(org.jooq.Query query, BindBatchValues bindBatchValues, DataTypeMapperRegistry mapperRegistry) -
routine
-
routineValues
public io.vertx.reactivex.sqlclient.Tuple routineValues(org.jooq.Routine routine, DataTypeMapperRegistry mapperRegistry) -
newInstance
-