Uses of Interface
io.vertx.jdbcclient.JDBCConnection
-
Packages that use JDBCConnection Package Description io.vertx.jdbcclient io.vertx.reactivex.jdbcclient io.vertx.rxjava3.jdbcclient -
-
Uses of JDBCConnection in io.vertx.jdbcclient
Methods in io.vertx.jdbcclient that return JDBCConnection Modifier and Type Method Description JDBCConnection
JDBCConnection. setQueryTimeout(int timeoutInSeconds)
Sets a connection wide query timeout. -
Uses of JDBCConnection in io.vertx.reactivex.jdbcclient
Methods in io.vertx.reactivex.jdbcclient that return JDBCConnection Modifier and Type Method Description JDBCConnection
JDBCConnection. getDelegate()
Methods in io.vertx.reactivex.jdbcclient with parameters of type JDBCConnection Modifier and Type Method Description static JDBCConnection
JDBCConnection. newInstance(JDBCConnection arg)
Constructors in io.vertx.reactivex.jdbcclient with parameters of type JDBCConnection Constructor Description JDBCConnection(JDBCConnection delegate)
-
Uses of JDBCConnection in io.vertx.rxjava3.jdbcclient
Methods in io.vertx.rxjava3.jdbcclient that return JDBCConnection Modifier and Type Method Description JDBCConnection
JDBCConnection. getDelegate()
Methods in io.vertx.rxjava3.jdbcclient with parameters of type JDBCConnection Modifier and Type Method Description static JDBCConnection
JDBCConnection. newInstance(JDBCConnection arg)
Constructors in io.vertx.rxjava3.jdbcclient with parameters of type JDBCConnection Constructor Description JDBCConnection(JDBCConnection delegate)
-