Uses of Class
com.azure.analytics.synapse.artifacts.models.SqlScriptContent
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of SqlScriptContent in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionSqlScript.getContent()
Get the content property: The content of the SQL script.SqlScriptContent.setAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: The content of the SQL script.SqlScriptContent.setCurrentConnection
(SqlConnection currentConnection) Set the currentConnection property: The connection used to execute the SQL script.SqlScriptContent.setMetadata
(SqlScriptMetadata metadata) Set the metadata property: The metadata of the SQL script.Set the query property: SQL query to execute.SqlScriptContent.setResultLimit
(Integer resultLimit) Set the resultLimit property: Limit of results, '-1' for no limit.Modifier and TypeMethodDescriptionSqlScript.setContent
(SqlScriptContent content) Set the content property: The content of the SQL script.