Package io.vertx.mutiny.oracleclient
Class OracleClient
- java.lang.Object
 - 
- io.vertx.mutiny.oracleclient.OracleClient
 
 
- 
public class OracleClient extends Object
An interface to define Oracle specific constants or behaviors. NOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static TypeArg<OracleClient>__TYPE_ARGstatic PropertyKind<Row>GENERATED_KEYSThe property to be used to retrieve the generated keysstatic PropertyKind<Boolean>OUTPUTThe property to be used to retrieve the output of the callable statement 
- 
Constructor Summary
Constructors Constructor Description OracleClient(io.vertx.oracleclient.OracleClient delegate)OracleClient(Object delegate) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)io.vertx.oracleclient.OracleClientgetDelegate()inthashCode()static OracleClientnewInstance(io.vertx.oracleclient.OracleClient arg)StringtoString() 
 - 
 
- 
- 
Field Detail
- 
__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 Detail
- 
OracleClient
public OracleClient(io.vertx.oracleclient.OracleClient delegate)
 
- 
OracleClient
public OracleClient(Object delegate)
 
 - 
 
- 
Method Detail
- 
getDelegate
public io.vertx.oracleclient.OracleClient getDelegate()
 
- 
newInstance
public static OracleClient newInstance(io.vertx.oracleclient.OracleClient arg)
 
 - 
 
 -