Package io.vertx.oracleclient
Interface OracleClient
-
public interface OracleClient
An interface to define Oracle specific constants or behaviors.
-
-
Field Summary
Fields Modifier and Type Field Description 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
-
-
-
Field Detail
-
GENERATED_KEYS
static final PropertyKind<Row> GENERATED_KEYS
The property to be used to retrieve the generated keys
-
OUTPUT
static final PropertyKind<Boolean> OUTPUT
The property to be used to retrieve the output of the callable statement
-
-