PostgresProfile

usql.profiles.PostgresProfile
See thePostgresProfile companion trait

Attributes

Companion
trait
Graph
Supertypes
trait BasicProfile
class Object
trait Matchable
class Any
Self type

Members list

Implicits

Inherited implicits

implicit val arrayType: DataType[Array]

Attributes

Inherited from:
BasicProfile
implicit val bigDecimalType: DataType[BigDecimal]

Attributes

Inherited from:
BasicProfile
implicit val booleanType: DataType[Boolean]

Attributes

Inherited from:
BasicProfile
implicit val byteType: DataType[Byte]

Attributes

Inherited from:
BasicProfile
implicit val doubleType: DataType[Double]

Attributes

Inherited from:
BasicProfile
implicit val floatType: DataType[Float]

Attributes

Inherited from:
BasicProfile
implicit val instantType: DataType[Instant]

Attributes

Inherited from:
BasicProfile
implicit val intType: DataType[Int]

Attributes

Inherited from:
BasicProfile
implicit val longType: DataType[Long]

Attributes

Inherited from:
BasicProfile
implicit def optionType[T](using dt: DataType[T]): DataType[Option[T]]

Attributes

Inherited from:
BasicProfile
implicit val shortType: DataType[Short]

Attributes

Inherited from:
BasicProfile
implicit val stringArray: DataType[Seq[String]]

Attributes

Inherited from:
BasicProfile
implicit val stringList: DataType[List[String]]

Attributes

Inherited from:
BasicProfile
implicit val stringType: DataType[String]

Attributes

Inherited from:
BasicProfile
implicit val timestampType: DataType[Timestamp]

Attributes

Inherited from:
BasicProfile
implicit val uuidType: DataType[UUID]

Attributes

Inherited from:
PostgresProfile