Class Sqlserver
java.lang.Object
com.styra.opa.openapi.models.shared.Sqlserver
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final Sqlserver.Builder
builder()
boolean
int
hashCode()
masks()
Column masking rules, where the first two nested keys represent the table name and the column name, and the value describes which masking function to use.query()
String representing the SQL equivalent of the conditions under which the query is true.toString()
Column masking rules, where the first two nested keys represent the table name and the column name, and the value describes which masking function to use.Column masking rules, where the first two nested keys represent the table name and the column name, and the value describes which masking function to use.String representing the SQL equivalent of the conditions under which the query is true.String representing the SQL equivalent of the conditions under which the query is true.
-
Constructor Details
-
Sqlserver
-
Sqlserver
public Sqlserver()
-
-
Method Details
-
query
String representing the SQL equivalent of the conditions under which the query is true. -
masks
Column masking rules, where the first two nested keys represent the table name and the column name, and the value describes which masking function to use. -
builder
-
withQuery
String representing the SQL equivalent of the conditions under which the query is true. -
withQuery
String representing the SQL equivalent of the conditions under which the query is true. -
withMasks
Column masking rules, where the first two nested keys represent the table name and the column name, and the value describes which masking function to use. -
withMasks
Column masking rules, where the first two nested keys represent the table name and the column name, and the value describes which masking function to use. -
equals
-
hashCode
public int hashCode() -
toString
-