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.

See Also:
  • OracleClient
  • Field Details

    • 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
    • __TYPE_ARG

      public static final TypeArg<OracleClient> __TYPE_ARG
  • Constructor Details

    • OracleClient

      public OracleClient(io.vertx.oracleclient.OracleClient delegate)
      Create a new instance of OracleClient delegating to the given (non-null) instance of OracleClient.
    • OracleClient

      public OracleClient(Object delegate)
  • Method Details

    • getDelegate

      public io.vertx.oracleclient.OracleClient getDelegate()
      Get the delegate instance.

      This method returns the instance on which this shim is delegating the calls. And so, give you access to the bare API.

      Specified by:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate instance
    • newInstance

      public static OracleClient newInstance(io.vertx.oracleclient.OracleClient delegate)
      Creates a new instance of the OracleClient.
    • hashCode

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

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

      public String toString()
      Overrides:
      toString in class Object