Alias
ldbc.dsl.Alias
trait Alias extends DataTypes
Attributes
- Graph
-
- Supertypes
-
trait DataTypesclass Objecttrait Matchableclass Any
Members list
Type members
Inherited classlikes
object COLUMN_FORMAT
Attributes
- Inherited from:
- Alias (hidden)
- Supertypes
-
class Objecttrait Matchableclass Any
object STORAGE
Attributes
- Inherited from:
- Alias (hidden)
- Supertypes
-
class Objecttrait Matchableclass Any
Types
Inherited types
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Value members
Inherited methods
def AUTO_INCREMENT[T <: Byte | Short | Int | Long | BigInt | Option[Byte | Short | Int | Long | BigInt]]: AutoInc[T]
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- DataTypes
Attributes
- Inherited from:
- DataTypes
Attributes
- Inherited from:
- DataTypes
Attributes
- Inherited from:
- DataTypes
Attributes
- Inherited from:
- DataTypes
Attributes
- Inherited from:
- DataTypes
===== List of String Data Types =====
===== List of String Data Types =====
Attributes
- Inherited from:
- DataTypes
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
===== List of Date Data Types =====
===== List of Date Data Types =====
Attributes
- Inherited from:
- DataTypes
inline def DATETIME[T <: String | Instant | LocalDateTime | OffsetTime | Option[String | Instant | LocalDateTime | OffsetTime]](inline fsp: 0 | 1 | 2 | 3 | 4 | 5 | 6): DateTime[T]
Attributes
- Inherited from:
- DataTypes
inline def DATETIME[T <: String | Instant | LocalDateTime | OffsetTime | Option[String | Instant | LocalDateTime | OffsetTime]]: DateTime[T]
Attributes
- Inherited from:
- DataTypes
inline def DECIMAL[T <: BigDecimal | Option[BigDecimal]](inline accuracy: Int, inline scale: Int): Decimal[T]
Attributes
- Inherited from:
- DataTypes
Attributes
- Inherited from:
- DataTypes
Attributes
- Inherited from:
- DataTypes
Attributes
- Inherited from:
- DataTypes
def FOREIGN_KEY[T <: Tuple](name: Option[String], columns: T, reference: Reference[T])(using IsColumn[T] =:= true): ForeignKey[T]
Attributes
- Inherited from:
- Alias (hidden)
def FOREIGN_KEY[T <: Tuple](name: String, columns: T, reference: Reference[T])(using IsColumn[T] =:= true): ForeignKey[T]
Attributes
- Inherited from:
- Alias (hidden)
def FOREIGN_KEY[T <: Tuple](columns: T, reference: Reference[T])(using IsColumn[T] =:= true): ForeignKey[T]
Attributes
- Inherited from:
- Alias (hidden)
def FOREIGN_KEY[T](name: String, column: Column[T], reference: Reference[Column[T] *: EmptyTuple]): ForeignKey[Column[T] *: EmptyTuple]
Attributes
- Inherited from:
- Alias (hidden)
def FOREIGN_KEY[T](column: Column[T], reference: Reference[Column[T] *: EmptyTuple]): ForeignKey[Column[T] *: EmptyTuple]
Attributes
- Inherited from:
- Alias (hidden)
def INDEX_KEY(indexName: Option[String], indexType: Option[Type], indexOption: Option[IndexOption], keyPart: Column[_]*): IndexKey
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- DataTypes
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- DataTypes
Attributes
- Inherited from:
- DataTypes
Attributes
- Inherited from:
- DataTypes
Attributes
- Inherited from:
- DataTypes
Attributes
- Inherited from:
- DataTypes
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
===== List of Alias Date Data Types =====
===== List of Alias Date Data Types =====
Attributes
- Inherited from:
- DataTypes
Attributes
- Inherited from:
- DataTypes
Attributes
- Inherited from:
- DataTypes
inline def TIME[T <: String | LocalTime | Option[String | LocalTime]](fsp: 0 | 1 | 2 | 3 | 4 | 5 | 6): Time[T]
Attributes
- Inherited from:
- DataTypes
Attributes
- Inherited from:
- DataTypes
inline def TIMESTAMP[T <: String | Instant | LocalDateTime | OffsetDateTime | ZonedDateTime | Option[String | Instant | LocalDateTime | OffsetDateTime | ZonedDateTime]](fsp: 0 | 1 | 2 | 3 | 4 | 5 | 6): TimeStamp[T]
Attributes
- Inherited from:
- DataTypes
inline def TIMESTAMP[T <: String | Instant | LocalDateTime | OffsetDateTime | ZonedDateTime | Option[String | Instant | LocalDateTime | OffsetDateTime | ZonedDateTime]]: TimeStamp[T]
Attributes
- Inherited from:
- DataTypes
Attributes
- Inherited from:
- DataTypes
Attributes
- Inherited from:
- DataTypes
Attributes
- Inherited from:
- DataTypes
def UNIQUE_KEY(indexName: Option[String], indexType: Option[Type], indexOption: Option[IndexOption], keyPart: Column[_]*): UniqueKey & Index
Attributes
- Inherited from:
- Alias (hidden)
def UNIQUE_KEY(indexName: String, indexType: Type, indexOption: IndexOption, keyPart: Column[_]*): UniqueKey & Index
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- DataTypes
Attributes
- Inherited from:
- DataTypes
Attributes
- Inherited from:
- Alias (hidden)
inline def YEAR[T <: Int | Instant | LocalDate | Year | Option[Int | Instant | LocalDate | Year]]: Year[T]
Attributes
- Inherited from:
- DataTypes
Attributes
- Inherited from:
- Alias (hidden)
Attributes
- Inherited from:
- Alias (hidden)
Deprecated and Inherited methods
Attributes
- Deprecated
- true
- Inherited from:
- DataTypes
inline def BIT[T <: Byte | Short | Int | Long | Option[Byte | Short | Int | Long]](inline length: Int): Bit[T]
===== List of Numeric Data Types =====
===== List of Numeric Data Types =====
Attributes
- Deprecated
- true
- Inherited from:
- DataTypes
Attributes
- Deprecated
- true
- Inherited from:
- DataTypes
Attributes
- Deprecated
- true
- Inherited from:
- DataTypes
Attributes
- Deprecated
- true
- Inherited from:
- DataTypes
Attributes
- Deprecated
- true
- Inherited from:
- DataTypes
inline def YEAR[T <: Int | Instant | LocalDate | Year | Option[Int | Instant | LocalDate | Year]](digit: 4): Year[T]
Attributes
- Deprecated
- true
- Inherited from:
- DataTypes
Concrete fields
In this article