CreateNamedQueryRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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
val 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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String