Interface SQLViewRepresentation

    • Method Detail

      • sql

        java.lang.String sql()
        The view query SQL text.
      • dialect

        java.lang.String dialect()
        The view query SQL dialect.
      • defaultCatalog

        @Nullable
        java.lang.String defaultCatalog()
        The default catalog when the view is created.
      • defaultNamespace

        @Nullable
        Namespace defaultNamespace()
        The default namespace when the view is created.
      • schemaId

        @Nullable
        java.lang.Integer schemaId()
        The query output schema ID at version create time, without aliases or null if no schema is defined
      • fieldComments

        java.util.List<java.lang.String> fieldComments()
        The view field comments.
      • fieldAliases

        java.util.List<java.lang.String> fieldAliases()
        The view field aliases.