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 using Vert.x codegen.-
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) OracleClient
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionboolean
io.vertx.oracleclient.OracleClient
int
hashCode()
static OracleClient
newInstance
(io.vertx.oracleclient.OracleClient arg) toString()
-
Field Details
-
__TYPE_ARG
-
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
-
-
Constructor Details
-
OracleClient
public OracleClient(io.vertx.oracleclient.OracleClient delegate) -
OracleClient
-
-
Method Details
-
getDelegate
public io.vertx.oracleclient.OracleClient getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
newInstance
-