NamedQuery

A query, where QueryString contains the SQL statements that make up the query.

Types

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

Properties

Link copied to clipboard

The database to which the query belongs.

Link copied to clipboard

The query description.

Link copied to clipboard

The query name.

Link copied to clipboard

The unique identifier of the query.

Link copied to clipboard

The SQL statements that make up the query.

Link copied to clipboard

The name of the workgroup that contains the named query.

Functions

Link copied to clipboard
inline fun copy(block: NamedQuery.Builder.() -> Unit = {}): NamedQuery
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