Class OracleClient

java.lang.Object
io.vertx.rxjava3.oracleclient.OracleClient
All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate

public class OracleClient extends Object implements io.vertx.lang.rx.RxDelegate
An interface to define Oracle specific constants or behaviors.

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

  • Field Details

    • __TYPE_ARG

      public static final io.vertx.lang.rx.TypeArg<OracleClient> __TYPE_ARG
    • GENERATED_KEYS

      public static final PropertyKind<Row> GENERATED_KEYS
      The property to be used to retrieve the generated keys
    • OUTPUT

      public static final PropertyKind<Boolean> OUTPUT
      The property to be used to retrieve the output of the callable statement
  • Constructor Details

    • OracleClient

      public OracleClient(OracleClient delegate)
    • OracleClient

      public OracleClient(Object delegate)
  • Method Details