Interface UpsertRenderContext

All Known Implementing Classes:
PostgresUpsertRenderContext, UpsertRenderContexts

public interface UpsertRenderContext
Configuration for upsert SQL rendering.
Since:
4.1
Author:
Christoph Strobl
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • supportsUpsert

      boolean supportsUpsert()
      Returns:
      true if the database supports upsert.