package model
Linear Supertypes
Type Members
- final case class ColumnName(column: String) extends RawSQL with Product with Serializable
- final case class ColumnReference(table: TableName, column: String) extends RawSQL with Product with Serializable
- final case class IndexName(index: String) extends RawSQL with Product with Serializable
- final case class PartitionName(schema: String, tablePartition: String) extends RawSQL with Product with Serializable
- final case class TableName(schema: String, table: String) extends RawSQL with Product with Serializable