public static class SQLExpressionFormatEntry.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SQLExpressionFormatEntry |
build() |
SQLExpressionFormatEntry.Builder |
copy(SQLExpressionFormatEntry model) |
SQLExpressionFormatEntry.Builder |
description(String description) |
SQLExpressionFormatEntry.Builder |
sqlExpression(String sqlExpression)
The SQL expression to be used to generate the masked values.
|
public SQLExpressionFormatEntry.Builder description(String description)
public SQLExpressionFormatEntry.Builder sqlExpression(String sqlExpression)
The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
sqlExpression
- the value to setpublic SQLExpressionFormatEntry build()
public SQLExpressionFormatEntry.Builder copy(SQLExpressionFormatEntry model)
Copyright © 2016–2024. All rights reserved.