Package io.vertx.mutiny.oracleclient
Class OracleClient
java.lang.Object
io.vertx.mutiny.oracleclient.OracleClient
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final TypeArg<OracleClient>static final PropertyKind<Row>The property to be used to retrieve the generated keysstatic final PropertyKind<Boolean>The property to be used to retrieve the output of the callable statement -
Constructor Summary
ConstructorsConstructorDescriptionOracleClient(io.vertx.oracleclient.OracleClient delegate) Create a new instance ofOracleClientdelegating to the given (non-null) instance ofOracleClient.OracleClient(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionbooleanio.vertx.oracleclient.OracleClientGet the delegate instance.inthashCode()static OracleClientnewInstance(io.vertx.oracleclient.OracleClient delegate) Creates a new instance of theOracleClient.toString()
-
Field Details
-
GENERATED_KEYS
The property to be used to retrieve the generated keys -
OUTPUT
The property to be used to retrieve the output of the callable statement -
__TYPE_ARG
-
-
Constructor Details
-
OracleClient
public OracleClient(io.vertx.oracleclient.OracleClient delegate) Create a new instance ofOracleClientdelegating to the given (non-null) instance ofOracleClient. -
OracleClient
-
-
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:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate instance
-
newInstance
Creates a new instance of theOracleClient. -
hashCode
public int hashCode() -
equals
-
toString
-