ADBA primary key retrieving

diego dupin diego.dupin at gmail.com
Fri May 25 12:38:13 UTC 2018


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