Projection

Represents attributes that are copied (projected) from the table into an index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

Types

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

Properties

Link copied to clipboard

Represents the non-key attribute names which will be projected into the index.

Link copied to clipboard

The set of attributes that are projected into the index:

Functions

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