Uses of Package
io.vertx.jdbcclient
-
Packages that use io.vertx.jdbcclient Package Description io.vertx.jdbcclient io.vertx.reactivex.jdbcclient io.vertx.rxjava3.jdbcclient -
Classes in io.vertx.jdbcclient used by io.vertx.jdbcclient Class Description FetchDirection Represents the fetch direction hintJDBCConnection JDBCConnectOptions ResultSetConcurrency Represents the resultset concurrency hintResultSetType Represents the resultset type hintSqlOptions Represents the options one can use to customize the unwrapped connection/statement/resultset typesSqlOutParam Tag if a parameter is of type OUT or INOUT.TransactionIsolation Represents a Transaction Isolation Level -
Classes in io.vertx.jdbcclient used by io.vertx.reactivex.jdbcclient Class Description JDBCConnection JDBCConnectOptions JDBCPool JDBCPool is the interface that allows using the Sql Client API with plain JDBC.SqlOutParam Tag if a parameter is of type OUT or INOUT. -
Classes in io.vertx.jdbcclient used by io.vertx.rxjava3.jdbcclient Class Description JDBCConnection JDBCConnectOptions JDBCPool JDBCPool is the interface that allows using the Sql Client API with plain JDBC.SqlOutParam Tag if a parameter is of type OUT or INOUT.