public class OracleClient extends Object
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<OracleClient> |
__TYPE_ARG |
static PropertyKind<Row> |
GENERATED_KEYS
The property to be used to retrieve the generated keys
|
static PropertyKind<Boolean> |
OUTPUT
The property to be used to retrieve the output of the callable statement
|
Constructor and Description |
---|
OracleClient(io.vertx.oracleclient.OracleClient delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
io.vertx.oracleclient.OracleClient |
getDelegate() |
int |
hashCode() |
static OracleClient |
newInstance(io.vertx.oracleclient.OracleClient arg) |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<OracleClient> __TYPE_ARG
public static final PropertyKind<Row> GENERATED_KEYS
public static final PropertyKind<Boolean> OUTPUT
public io.vertx.oracleclient.OracleClient getDelegate()
public static OracleClient newInstance(io.vertx.oracleclient.OracleClient arg)
Copyright © 2023 Eclipse. All rights reserved.