Class NullValidator

    • Constructor Detail

      • NullValidator

        public NullValidator()
    • Method Detail

      • validate

        public void validate​(DbObject reference,
                             DbObject target,
                             DiffContext ctx)
        Description copied from interface: DbValidator
        Validate the target database object (against the reference object if necessary). Store the validation results on the DiffContext.
        Parameters:
        reference - DbObject
        target - DbObject
        ctx - DiffContext