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