Class SqlView

    • Constructor Detail

      • SqlView

        public SqlView()
    • Method Detail

      • getSqlText

        @NotBlank
        public abstract @NotBlank String getSqlText()
      • getDialect

        @NotNull
        public abstract @NotNull SqlView.Dialect getDialect()
      • getType

        public Content.Type getType()
        Description copied from class: Content
        Returns the Content.Type enum constant for this content object.

        The name of the returned enum value should match the JSON type name used for serializing the content object.

        Specified by:
        getType in class Content