PostgresColumnDDLBuilder

slick.jdbc.PostgresProfile.PostgresColumnDDLBuilder

Attributes

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

Members list

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

Attributes

Inherited from:
ColumnDDLBuilder
Source
JdbcStatementBuilderComponent.scala