PostgresColumnDDLBuilder

slick.jdbc.PostgresProfile.PostgresColumnDDLBuilder

Attributes

Source:
PostgresProfile.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def appendColumn(sb: StringBuilder): Unit

Attributes

Definition Classes
Source:
PostgresProfile.scala
def createLobTrigger(name: String): Option[String]

Attributes

Source:
PostgresProfile.scala
def dropLobTrigger(name: String): Option[String]

Attributes

Source:
PostgresProfile.scala
def lobTrigger(name: String): String

Attributes

Source:
PostgresProfile.scala

Inherited methods

def appendType(sb: StringBuilder): Unit