Class Ingres9IdentityColumnSupport

    • Constructor Detail

      • Ingres9IdentityColumnSupport

        public Ingres9IdentityColumnSupport()
    • Method Detail

      • getIdentitySelectString

        public java.lang.String getIdentitySelectString​(java.lang.String table,
                                                        java.lang.String column,
                                                        int type)
        Description copied from interface: IdentityColumnSupport
        Get the select command to use to retrieve the last generated IDENTITY value for a particular table
        Specified by:
        getIdentitySelectString in interface IdentityColumnSupport
        Overrides:
        getIdentitySelectString in class IdentityColumnSupportImpl
        Parameters:
        table - The table into which the insert was done
        column - The PK column.
        type - The Types type code.
        Returns:
        The appropriate select command