ProductRepr

oxygen.sql.schema.RowRepr.ProductRepr
See theProductRepr companion object
trait ProductRepr[A] extends RowRepr[A]

Attributes

Companion
object
Graph
Supertypes
trait RowRepr[A]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

final override def prefixed(prefix: String): ProductRepr[A]

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
final override def prefixedInline(prefix: String): ProductRepr[A]

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

Inherited methods

Attributes

Inherited from:
RowRepr
final def optional: RowRepr[Option[A]]

Attributes

Inherited from:
RowRepr
final def toIndentedString: IndentedString

Attributes

Inherited from:
RowRepr
final override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
RowRepr -> Any
Inherited from:
RowRepr
final def transform[B](ab: A => B, ba: B => A): RowRepr[B]

Attributes

Inherited from:
RowRepr
final def transformOrFail[B](ab: A => Either[String, B], ba: B => A): RowRepr[B]

Attributes

Inherited from:
RowRepr
final def unsafeChild[B](name: String): RowRepr[B]

Attributes

Inherited from:
RowRepr
final def unsafeRequired[B]: RowRepr[B]

Attributes

Inherited from:
RowRepr

Abstract fields

val productFields: Contiguous[(String, RowRepr[_])]

Inherited and Abstract fields

val columns: Columns[A]

Attributes

Inherited from:
RowRepr

Attributes

Inherited from:
RowRepr

Attributes

Inherited from:
RowRepr