com.typesafe.slick.driver.db2.DB2Driver

TableDDLBuilder

Related Doc: package DB2Driver

class TableDDLBuilder extends DB2Driver.TableDDLBuilder

Linear Supertypes
DB2Driver.TableDDLBuilder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TableDDLBuilder
  2. TableDDLBuilder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Any
  12. def buildDDL: DB2Driver.DDL

    Definition Classes
    TableDDLBuilder
  13. def clone(): AnyRef

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

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

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

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

    Attributes
    protected
    Definition Classes
    TableDDLBuilder
  18. def createPhase2: Iterable[String]

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

    Attributes
    protected
    Definition Classes
    TableDDLBuilder
  20. def createTable: String

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

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

    Attributes
    protected
    Definition Classes
    TableDDLBuilder
  23. def dropPhase2: Iterable[String]

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

    Attributes
    protected
    Definition Classes
    TableDDLBuilder
  25. def dropTable: String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    TableDDLBuilder
  40. val tableNode: TableNode

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DB2Driver.TableDDLBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped