Was this helpful?
JDBC getGeneratedKeys Enhancement
Identity columns in JDBC are supported as generated keys. Prior to this enhancement, only generated table and object keys from tables containing a system maintained column were returned to JDBC function getGeneratedKeys(). Now, identity column updates are also returned under certain conditions.
A driver property, identity_query, is added that permits the identity query to be enabled or disabled. The corresponding connection attribute is IDENTITY.
For more information, see the Connectivity Guide.
Last modified date: 11/28/2023