Class

com.github.tminglei.slickpg.ExPostgresDriver

TableDDLBuilder

Related Doc: package ExPostgresDriver

Permalink

class TableDDLBuilder extends ExPostgresDriver.TableDDLBuilder

Linear Supertypes
ExPostgresDriver.TableDDLBuilder, ExPostgresDriver.TableDDLBuilder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TableDDLBuilder
  2. TableDDLBuilder
  3. TableDDLBuilder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TableDDLBuilder(table: ExPostgresDriver.Table[_])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addColumnList(columns: IndexedSeq[Node], sb: StringBuilder, requiredTableName: String, typeInfo: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    TableDDLBuilder
  5. def addForeignKey(fk: ForeignKey, sb: StringBuilder): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    TableDDLBuilder
  6. def addForeignKeyColumnList(columns: IndexedSeq[Node], sb: StringBuilder, requiredTableName: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    TableDDLBuilder
  7. def addIndexColumnList(columns: IndexedSeq[Node], sb: StringBuilder, requiredTableName: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    TableDDLBuilder
  8. def addPrimaryKey(pk: PrimaryKey, sb: StringBuilder): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    TableDDLBuilder
  9. def addPrimaryKeyColumnList(columns: IndexedSeq[Node], sb: StringBuilder, requiredTableName: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    TableDDLBuilder
  10. def addTableOptions(b: StringBuilder): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    TableDDLBuilder
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def buildDDL: ExPostgresDriver.DDL

    Permalink
    Definition Classes
    TableDDLBuilder
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. val columns: Iterable[ExPostgresDriver.ColumnDDLBuilder]

    Permalink
    Attributes
    protected
    Definition Classes
    TableDDLBuilder → TableDDLBuilder
  15. def createForeignKey(fk: ForeignKey): String

    Permalink
    Attributes
    protected
    Definition Classes
    TableDDLBuilder
  16. def createIndex(idx: Index): String

    Permalink
    Attributes
    protected
    Definition Classes
    TableDDLBuilder
  17. def createPhase1: Iterable[String]

    Permalink
    Definition Classes
    TableDDLBuilder → TableDDLBuilder
  18. def createPhase2: Iterable[String]

    Permalink
    Attributes
    protected
    Definition Classes
    TableDDLBuilder
  19. def createPrimaryKey(pk: PrimaryKey): String

    Permalink
    Attributes
    protected
    Definition Classes
    TableDDLBuilder
  20. def createTable: String

    Permalink
    Attributes
    protected
    Definition Classes
    TableDDLBuilder → TableDDLBuilder
  21. def dropForeignKey(fk: ForeignKey): String

    Permalink
    Attributes
    protected
    Definition Classes
    TableDDLBuilder
  22. def dropPhase1: Iterable[String]

    Permalink
    Definition Classes
    TableDDLBuilder → TableDDLBuilder
  23. def dropPhase2: Iterable[String]

    Permalink
    Attributes
    protected
    Definition Classes
    TableDDLBuilder
  24. def dropPrimaryKey(pk: PrimaryKey): String

    Permalink
    Attributes
    protected
    Definition Classes
    TableDDLBuilder
  25. def dropTable: String

    Permalink
    Attributes
    protected
    Definition Classes
    TableDDLBuilder
  26. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  28. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. val foreignKeys: Iterable[ForeignKey]

    Permalink
    Attributes
    protected
    Definition Classes
    TableDDLBuilder
  30. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  31. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  32. val indexes: Iterable[Index]

    Permalink
    Attributes
    protected
    Definition Classes
    TableDDLBuilder
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. val primaryKeys: Iterable[PrimaryKey]

    Permalink
    Attributes
    protected
    Definition Classes
    TableDDLBuilder → TableDDLBuilder
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. val table: ExPostgresDriver.Table[_]

    Permalink
    Definition Classes
    TableDDLBuilder
  40. val tableNode: TableNode

    Permalink
    Attributes
    protected
    Definition Classes
    TableDDLBuilder
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ExPostgresDriver.TableDDLBuilder

Inherited from ExPostgresDriver.TableDDLBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped