public final class SqlRuleAction extends Action
| Constructor and Description |
|---|
SqlRuleAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Validates the instance.
|
SqlRuleAction |
withCompatibilityLevel(Integer compatibilityLevel)
Set the compatibilityLevel property: This property is reserved for future use.
|
SqlRuleAction |
withRequiresPreprocessing(Boolean requiresPreprocessing)
Set the requiresPreprocessing property: Value that indicates whether the rule action requires preprocessing.
|
SqlRuleAction |
withSqlExpression(String sqlExpression)
Set the sqlExpression property: SQL expression.
|
compatibilityLevel, requiresPreprocessing, sqlExpressionpublic SqlRuleAction withSqlExpression(String sqlExpression)
withSqlExpression in class ActionsqlExpression - the sqlExpression value to set.public SqlRuleAction withCompatibilityLevel(Integer compatibilityLevel)
withCompatibilityLevel in class ActioncompatibilityLevel - the compatibilityLevel value to set.public SqlRuleAction withRequiresPreprocessing(Boolean requiresPreprocessing)
withRequiresPreprocessing in class ActionrequiresPreprocessing - the requiresPreprocessing value to set.public void validate()
validate in class ActionIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.