Uses of Class
io.vertx.rxjava3.oracleclient.OracleConnection
Packages that use OracleConnection
-
Uses of OracleConnection in io.vertx.rxjava3.oracleclient
Fields in io.vertx.rxjava3.oracleclient with type parameters of type OracleConnectionModifier and TypeFieldDescriptionstatic final TypeArg<OracleConnection>OracleConnection.__TYPE_ARGMethods in io.vertx.rxjava3.oracleclient that return OracleConnectionModifier and TypeMethodDescriptionstatic OracleConnectionOracleConnection.cast(SqlConnection sqlConnection) Cast a toOracleConnection.OracleConnection.closeHandler(Handler<Void> handler) OracleConnection.exceptionHandler(Handler<Throwable> handler) static OracleConnectionOracleConnection.newInstance(OracleConnection arg) Methods in io.vertx.rxjava3.oracleclient that return types with arguments of type OracleConnectionModifier and TypeMethodDescriptionstatic io.reactivex.rxjava3.core.Single<OracleConnection>OracleConnection.connect(io.vertx.rxjava3.core.Vertx vertx, OracleConnectOptions connectOptions) Create a connection to Oracle with the givenconnectOptions.static io.reactivex.rxjava3.core.Single<OracleConnection>Likeconnect(io.vertx.rxjava3.core.Vertx, io.vertx.oracleclient.OracleConnectOptions)with options built fromconnectionUri.static io.reactivex.rxjava3.core.Single<OracleConnection>OracleConnection.rxConnect(io.vertx.rxjava3.core.Vertx vertx, OracleConnectOptions connectOptions) Create a connection to Oracle with the givenconnectOptions.static io.reactivex.rxjava3.core.Single<OracleConnection>Likeconnect(io.vertx.rxjava3.core.Vertx, io.vertx.oracleclient.OracleConnectOptions)with options built fromconnectionUri.