Class CompileResultSQL
java.lang.Object
com.styra.opa.openapi.models.shared.CompileResultSQL
CompileResultSQL
The partially evaluated result of the query, in SQL format. Result will be empty if the query is never true.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final CompileResultSQL.Builderbuilder()booleaninthashCode()result()The partially evaluated result of the query as SQL.toString()withResult(CompileResultSQLResult result) The partially evaluated result of the query as SQL.withResult(Optional<? extends CompileResultSQLResult> result) The partially evaluated result of the query as SQL.
-
Constructor Details
-
CompileResultSQL
-
CompileResultSQL
public CompileResultSQL()
-
-
Method Details