Interface Representation

All Known Implementing Classes:
RepresentationDTO, SQLRepresentation, SQLRepresentationDTO

@Unstable public interface Representation
A representation of a view's underlying definition. A view can carry multiple representations targeting different engines or dialects. Currently only the SQL representation type is supported.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The representation type for SQL-based view definitions.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the representation type.
  • Field Details

  • Method Details

    • type

      String type()
      Returns the representation type. The only supported value today is TYPE_SQL.
      Returns:
      The representation type identifier.