Class AlterTableIdentityCache

  • All Implemented Interfaces:
    IDatabaseObject

    public class AlterTableIdentityCache
    extends BaseObject
    Modify the CACHE property of an AS IDENTITY column (changes the CACHE property of the underlying SEQUENCE).
    • Constructor Detail

      • AlterTableIdentityCache

        public AlterTableIdentityCache​(java.lang.String schemaName,
                                       java.lang.String tableName,
                                       java.lang.String columnName,
                                       int cache,
                                       int version)
        Public constructor
        Parameters:
        schemaName -
        sequenceName -
        version -
        startWith -
        cache -