| Package | Description | 
|---|---|
| io.vertx.reactivex.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) | 
| OracleConnection | OracleConnection. prepare(String s) | 
| OracleConnection | OracleConnection. prepare(String s,
       Handler<AsyncResult<PreparedStatement>> handler) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Single<OracleConnection> | OracleConnection. rxConnect(Vertx vertx,
         io.vertx.oracleclient.OracleConnectOptions connectOptions)Create a connection to Oracle with the given  connectOptions. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | OracleConnection. connect(Vertx vertx,
       io.vertx.oracleclient.OracleConnectOptions connectOptions,
       Handler<AsyncResult<OracleConnection>> handler)Create a connection to Oracle with the given  connectOptions. | 
Copyright © 2024 Eclipse. All rights reserved.