Interface OracleClient
public interface OracleClient
An interface to define Oracle specific constants or behaviors.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PropertyKind<Row> The property to be used to retrieve the generated keysstatic final PropertyKind<Boolean> The property to be used to retrieve the output of the callable statement
-
Field Details
-
GENERATED_KEYS
The property to be used to retrieve the generated keys -
OUTPUT
The property to be used to retrieve the output of the callable statement
-