SqlScriptType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. analytics. synapse. artifacts. models. SqlScriptType
- com.
- com.
public final class SqlScriptType
extends ExpandableStringEnum<SqlScriptType>
The type of the SQL script.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Sql |
SQL_QUERY
Static value Sql |
Constructor Summary
| Constructor | Description |
|---|---|
| SqlScriptType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Sql |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sql |
fromString(String name)
Creates or finds a Sql |
|
static
Collection<Sql |
values()
Gets known Sql |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
SQL_QUERY
public static final SqlScriptType SQL_QUERY
Static value SqlQuery for SqlScriptType.
Constructor Details
SqlScriptType
@Deprecated
public SqlScriptType()
Deprecated
Creates a new instance of SqlScriptType value.
Method Details
fromString
public static SqlScriptType fromString(String name)
Creates or finds a SqlScriptType from its string representation.
Parameters:
Returns:
values
public static Collection<SqlScriptType> values()
Gets known SqlScriptType values.
Returns: