Interface UpsertAssemblerSupport.UpsertAliasConstants

All Known Implementing Classes:
UpsertAssemblerSupport.DefaultUpsertAliasConstants
Enclosing class:
UpsertAssemblerSupport

public static interface UpsertAssemblerSupport.UpsertAliasConstants
Interface defining constants for table aliases used in UPSERT statements.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the alias for the excluded table.
    Gets the alias for the target table.
  • Method Details

    • getTargetAlias

      String getTargetAlias()
      Gets the alias for the target table.
      Returns:
      the target table alias
    • getExcludedAlias

      String getExcludedAlias()
      Gets the alias for the excluded table.
      Returns:
      the excluded table alias