FieldDefinition

A field definition consists out of a name and a type.

Types

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

Properties

Link copied to clipboard

The identifier.

Link copied to clipboard

Any supported Cassandra data type, including collections and other user-defined types that are contained in the same keyspace.

Functions

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