ADBA primary key retrieving
Douglas Surber
douglas.surber at oracle.com
Tue May 29 18:31:21 UTC 2018
Look at ParameterizedCountOperation.rowOperation.
Douglas
> On May 25, 2018, at 5:38 AM, diego dupin <diego.dupin at gmail.com> wrote:
>
> Hi,
>
> Modern convention is to have an auto-increment integer as a primary key.
> When inserting new row, JDBC permit to get this auto-increment value using
> Statement.getGeneratedKeys().
>
> I've miss to see how ADBA permit getting that auto-increment value.
>
> Diego
More information about the jdbc-spec-discuss
mailing list