Class SqlScriptMetadata


  • public final class SqlScriptMetadata
    extends Object
    The metadata of the SQL script.
    • Constructor Detail

      • SqlScriptMetadata

        public SqlScriptMetadata()
    • Method Detail

      • getLanguage

        public String getLanguage()
        Get the language property: The language of the SQL script.
        Returns:
        the language value.
      • setLanguage

        public SqlScriptMetadata setLanguage​(String language)
        Set the language property: The language of the SQL script.
        Parameters:
        language - the language value to set.
        Returns:
        the SqlScriptMetadata object itself.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
        Get the additionalProperties property: The metadata of the SQL script.
        Returns:
        the additionalProperties value.
      • setAdditionalProperties

        public SqlScriptMetadata setAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: The metadata of the SQL script.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the SqlScriptMetadata object itself.