Col

harness.sql.Col$
See theCol companion class
object Col

Attributes

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

Members list

Type members

Classlikes

enum ColType(val sql: String) extends Enum[ColType]

Attributes

Companion
object
Supertypes
trait Enum
trait Product
trait Equals
trait Enum[ColType]
class Enum[ColType]
trait Serializable
trait Comparable[ColType]
trait Constable
class Object
trait Matchable
class Any
Show all
object ColType extends Companion[ColType]

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
trait Companion[ColType]
class Object
trait Matchable
class Any
Show all
Self type
ColType.type
object KeyType

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
KeyType.type
sealed trait KeyType

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class ForeignKey
object PrimaryKey.type

Inherited 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

Value members

Concrete methods

def boolean(name: String): Col[Boolean]
def double(name: String): Col[Double]
def encoded[T](colName: String)(implicit encoder: StringEncoder[T], decoder: StringDecoder[T]): Col[T]
def encodedJson[T](name: String)(using evidence$1: JsonCodec[T]): Col[T]
def encodedJsonb[T](name: String)(using evidence$2: JsonCodec[T]): Col[T]
def enum[E <: Enum[LazyRef(...)]](colName: String)(implicit ewe: WithEnc[E, String], ct: ClassTag[E]): Col[E]
def float(name: String): Col[Float]
def instant(name: String): Col[Instant]
def int(name: String): Col[Int]
def json(name: String): Col[String]
def jsonb(name: String): Col[String]
def localDate(name: String): Col[LocalDate]
def localDateTime(name: String): Col[LocalDateTime]
def localTime(name: String): Col[LocalTime]
def long(name: String): Col[Long]
def offsetDateTime(name: String): Col[OffsetDateTime]
def short(name: String): Col[Short]
def string(name: String): Col[String]
def timeZone(name: String): Col[TimeZone]
def uuid(name: String): Col[UUID]
def zoneId(name: String): Col[ZoneId]
def zoneOffset(name: String): Col[ZoneOffset]
def zonedDateTime(name: String): Col[ZonedDateTime]