Uses of Class
io.vertx.mutiny.oracleclient.OracleConnection
Packages that use OracleConnection
-
Uses of OracleConnection in io.vertx.mutiny.oracleclient
Fields in io.vertx.mutiny.oracleclient with type parameters of type OracleConnectionModifier and TypeFieldDescriptionstatic final TypeArg<OracleConnection>OracleConnection.__TYPE_ARGMethods in io.vertx.mutiny.oracleclient that return OracleConnectionModifier and TypeMethodDescriptionOracleConnection.beginAndForget()Begin a transaction and returns aTransactionfor controlling and tracking this transaction.static OracleConnectionOracleConnection.cast(SqlConnection sqlConnection) Cast aSqlConnectiontoOracleConnection.OracleConnection.closeAndForget()Close the client and release the associated resources.OracleConnection.closeHandler(Runnable handler) Set an handler called when the connection is closed.static OracleConnectionOracleConnection.connectAndAwait(Vertx vertx, io.vertx.oracleclient.OracleConnectOptions connectOptions) Create a connection to Oracle with the givenconnectOptions.static OracleConnectionOracleConnection.connectAndAwait(Vertx vertx, String connectionUri) Likeconnect(Vertx, OracleConnectOptions)with options built fromconnectionUri.OracleConnection.exceptionHandler(Consumer<Throwable> handler) Set an handler called with connection errors.static OracleConnectionOracleConnection.newInstance(io.vertx.oracleclient.OracleConnection delegate) Creates a new instance of theOracleConnection.OracleConnection.prepareAndForget(String sql) Create a prepared statement using the givensqlstring.OracleConnection.prepareAndForget(String sql, io.vertx.sqlclient.PrepareOptions options) Create a prepared statement using the givensqlstring.Methods in io.vertx.mutiny.oracleclient that return types with arguments of type OracleConnectionModifier and TypeMethodDescriptionstatic io.smallrye.mutiny.Uni<OracleConnection>Create a connection to Oracle with the givenconnectOptions.static io.smallrye.mutiny.Uni<OracleConnection>Likeconnect(Vertx, OracleConnectOptions)with options built fromconnectionUri.