Class OracleClient

java.lang.Object
io.vertx.mutiny.oracleclient.OracleClient
All Implemented Interfaces:
MutinyDelegate

public class OracleClient extends Object implements MutinyDelegate
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 Details

    • __TYPE_ARG

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

      public OracleClient(Object delegate)
  • Method Details

    • getDelegate

      public io.vertx.oracleclient.OracleClient getDelegate()
      Specified by:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate used by this Mutiny object of generated type
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

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