Class OracleClient


  • public class OracleClient
    extends Object
    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 Detail

      • __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 Detail

      • OracleClient

        public OracleClient​(OracleClient delegate)
      • OracleClient

        public OracleClient​(Object delegate)