Package | Description |
---|---|
io.vertx.rxjava3.oracleclient |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<OracleConnection> |
OracleConnection.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static OracleConnection |
OracleConnection.cast(SqlConnection sqlConnection)
Cast a to
OracleConnection . |
OracleConnection |
OracleConnection.closeHandler(Handler<Void> handler) |
OracleConnection |
OracleConnection.exceptionHandler(Handler<Throwable> handler) |
static OracleConnection |
OracleConnection.newInstance(io.vertx.oracleclient.OracleConnection arg) |
Modifier and Type | Method and Description |
---|---|
static Single<OracleConnection> |
OracleConnection.connect(Vertx vertx,
io.vertx.oracleclient.OracleConnectOptions connectOptions)
Create a connection to Oracle with the given
connectOptions . |
static Single<OracleConnection> |
OracleConnection.rxConnect(Vertx vertx,
io.vertx.oracleclient.OracleConnectOptions connectOptions)
Create a connection to Oracle with the given
connectOptions . |
Copyright © 2023 Eclipse. All rights reserved.