Interface OracleClient


public interface OracleClient
An interface to define Oracle specific constants or behaviors.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final PropertyKind<Row>
    The property to be used to retrieve the generated keys
    static final PropertyKind<Boolean>
    The property to be used to retrieve the output of the callable statement
  • Field Details

    • 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