Column

oxygen.sql.schema.Column
See theColumn companion class
object Column

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Column.type

Members list

Type members

Classlikes

sealed abstract class Type(val show: String)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Array
class Single
object BigInt
object Boolean
object Date
object Int
object Json
object Jsonb
object Real
object SmallInt
object Text
object Time
object Timestamp
object UUID
Show all
object Type

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Type.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Givens

Givens

given given_Show_Column: Show[Column]