Packages

package model

Linear Supertypes
AnyRef, Any

Type Members

  1. final case class ColumnName(column: String) extends RawSQL with Product with Serializable
  2. final case class ColumnReference(table: TableName, column: String) extends RawSQL with Product with Serializable
  3. final case class IndexName(index: String) extends RawSQL with Product with Serializable
  4. final case class PartitionName(schema: String, tablePartition: String) extends RawSQL with Product with Serializable
  5. final case class TableName(schema: String, table: String) extends RawSQL with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped