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 theoriginal
non Mutiny-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<OracleClient>
__TYPE_ARG
static PropertyKind<Row>
GENERATED_KEYS
The property to be used to retrieve the generated keysstatic PropertyKind<Boolean>
OUTPUT
The 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 boolean
equals(Object o)
io.vertx.oracleclient.OracleClient
getDelegate()
int
hashCode()
static OracleClient
newInstance(io.vertx.oracleclient.OracleClient arg)
String
toString()
-
-
-
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)
-
-