oxygen.sql.schema.RowRepr.ColumnRepr
See theColumnRepr companion object
final case class ColumnRepr[A] extends RowRepr[A]
Attributes
Members list
Value members
Concrete methods
For all columns in this schema, prefix the column name with the given prefix.
For all columns in this schema, prefix the column name with the given prefix.
Attributes
- Definition Classes
For all columns in this schema, prefix the column name with the given prefix. Unless this schema is a product schema, in which case, no prefix will be added.
For all columns in this schema, prefix the column name with the given prefix. Unless this schema is a product schema, in which case, no prefix will be added.
Attributes
- Definition Classes
In this article