Class SqlScriptType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SqlScriptType>
com.azure.analytics.synapse.artifacts.models.SqlScriptType

public final class SqlScriptType extends com.azure.core.util.ExpandableStringEnum<SqlScriptType>
The type of the SQL script.
  • Field Details

    • SQL_QUERY

      public static final SqlScriptType SQL_QUERY
      Static value SqlQuery for SqlScriptType.
  • Constructor Details

    • SqlScriptType

      public SqlScriptType()
  • Method Details

    • fromString

      public static SqlScriptType fromString(String name)
      Creates or finds a SqlScriptType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding SqlScriptType.
    • values

      public static Collection<SqlScriptType> values()
      Gets known SqlScriptType values.
      Returns:
      known SqlScriptType values.