Class SqlScript


  • public final class SqlScript
    extends Object
    SQL script.
    • Constructor Detail

      • SqlScript

        public SqlScript()
    • Method Detail

      • getDescription

        public String getDescription()
        Get the description property: The description of the SQL script.
        Returns:
        the description value.
      • setDescription

        public SqlScript setDescription​(String description)
        Set the description property: The description of the SQL script.
        Parameters:
        description - the description value to set.
        Returns:
        the SqlScript object itself.
      • getType

        public SqlScriptType getType()
        Get the type property: The type of the SQL script.
        Returns:
        the type value.
      • setType

        public SqlScript setType​(SqlScriptType type)
        Set the type property: The type of the SQL script.
        Parameters:
        type - the type value to set.
        Returns:
        the SqlScript object itself.
      • getContent

        public SqlScriptContent getContent()
        Get the content property: The content of the SQL script.
        Returns:
        the content value.
      • setContent

        public SqlScript setContent​(SqlScriptContent content)
        Set the content property: The content of the SQL script.
        Parameters:
        content - the content value to set.
        Returns:
        the SqlScript object itself.
      • getFolder

        public SqlScriptFolder getFolder()
        Get the folder property: The folder that this SQL script is in. If not specified, this SQL script will appear at the root level.
        Returns:
        the folder value.
      • setFolder

        public SqlScript setFolder​(SqlScriptFolder folder)
        Set the folder property: The folder that this SQL script is in. If not specified, this SQL script will appear at the root level.
        Parameters:
        folder - the folder value to set.
        Returns:
        the SqlScript object itself.
      • getAdditionalProperties

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

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