C. Features Introduced in Ingres 10S : Connectivity Enhancements : JDBC getGeneratedKeys Enhancement
 
Share this page                  
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.