Uses of Class
io.vertx.rxjava3.jdbcclient.JDBCConnection
-
Packages that use JDBCConnection Package Description io.vertx.rxjava3.jdbcclient -
-
Uses of JDBCConnection in io.vertx.rxjava3.jdbcclient
Fields in io.vertx.rxjava3.jdbcclient with type parameters of type JDBCConnection Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<JDBCConnection>
JDBCConnection. __TYPE_ARG
Methods in io.vertx.rxjava3.jdbcclient that return JDBCConnection Modifier and Type Method Description static JDBCConnection
JDBCConnection. newInstance(JDBCConnection arg)
JDBCConnection
JDBCConnection. setQueryTimeout(int timeoutInSeconds)
Sets a connection wide query timeout.
-