OptionalRepr
oxygen.sql.schema.RowRepr.OptionalRepr
final case class OptionalRepr[A](inner: RowRepr[A]) extends RowRepr[Option[A]]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
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
Concrete fields
In this article