Package io.github.zero88.jooqx.rxjava3


package io.github.zero88.jooqx.rxjava3
  • Class
    Description
    Represents for an executor that executes jOOQ query on Vertx reactive SQL pool
    Represents for a collector that collects Vert.x SQL batch result to an expectation output
    Represents for a collector that collects Vert.x SQL block result to an expectation output
    Represents a builder that constructs Jooqx
    Represents for an executor that executes jOOQ query on Vertx reactive SQL client connection
    Represents a builder that constructs JooqxConn
    Represents for a converter that transforms jOOQ param to Vertx Reactive SQL bind value
    Represents for a collector that collects then transform Vert.x SQL result to an expectation output
    Represents for a reactive SQL session executor
    Represents for a reactive SQL transaction executor
    Represents for a batch executor that executes batch SQL command
    The reactive sql executor that is adapted for to execute batch SQL command and able to return the number of succeed row and row detail
    Represents for a Block executor that executes SQL statements
    Represents for a DDL executor that executes SQL DDL statements
    Represents for a DML executor that executes INSERT, UPDATE, DELETE statements.
    Represents for a query executor that executes SQL command
    Represents for a DDL executor that executes batch SQL command
    Represents for a routine executor that executes SQL function or SQL procedure
    Represents for an executor that executes SQL statement