Package io.vertx.reactivex.oracleclient
Class OracleClient
- java.lang.Object
-
- io.vertx.reactivex.oracleclient.OracleClient
-
-
Field Summary
Fields Modifier and Type Field Description static io.vertx.lang.rx.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(OracleClient delegate)
OracleClient(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
OracleClient
getDelegate()
int
hashCode()
static OracleClient
newInstance(OracleClient arg)
String
toString()
-
-
-
Field Detail
-
__TYPE_ARG
public static final io.vertx.lang.rx.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(OracleClient delegate)
-
OracleClient
public OracleClient(Object delegate)
-
-
Method Detail
-
getDelegate
public OracleClient getDelegate()
-
newInstance
public static OracleClient newInstance(OracleClient arg)
-
-