Builder

class Builder

Properties

Link copied to clipboard

A unique case-sensitive string used to ensure the request to create the query is idempotent (executes only once). If another CreateNamedQuery request is received, the same response is returned and another query is not created. If a parameter has changed, for example, the QueryString, an error is returned.

Link copied to clipboard

The database to which the query belongs.

Link copied to clipboard

The query description.

Link copied to clipboard
var name: String?

The query name.

Link copied to clipboard

The contents of the query with all query statements.

Link copied to clipboard

The name of the workgroup in which the named query is being created.