Class Sqlite
java.lang.Object
com.styra.opa.openapi.models.shared.Sqlite
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final Sqlite.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 truetoString()
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 trueString representing the SQL equivalent of the conditions under which the query is true
-
Constructor Details
-
Sqlite
-
Sqlite
public Sqlite()
-
-
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
-