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 Mutiny-ified interface using Vert.x codegen.

    • Field Detail

      • 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​(io.vertx.oracleclient.OracleClient delegate)
      • OracleClient

        public OracleClient​(Object delegate)
    • Method Detail

      • getDelegate

        public io.vertx.oracleclient.OracleClient getDelegate()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • newInstance

        public static OracleClient newInstance​(io.vertx.oracleclient.OracleClient arg)