slick.driver.AccessDriver

TableDDLBuilder

class TableDDLBuilder extends AccessDriver.TableDDLBuilder

Builder for various DDL statements.

Definition Classes
AccessDriverJdbcStatementBuilderComponent
Source
AccessDriver.scala
Linear Supertypes
AccessDriver.TableDDLBuilder, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TableDDLBuilder
  2. TableDDLBuilder
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from TableDDLBuilder to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (TableDDLBuilder, B)

    Implicit information
    This member is added by an implicit conversion from TableDDLBuilder to ArrowAssoc[TableDDLBuilder] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

    Definition Classes
    Any
  16. def buildDDL: AccessDriver.DDL

    Definition Classes
    TableDDLBuilder
  17. def clone(): AnyRef

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    TableDDLBuilder
  24. def createTable: String

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

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

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

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

    Attributes
    protected
    Definition Classes
    TableDDLBuilder
  29. def dropTable: String

    Attributes
    protected
    Definition Classes
    TableDDLBuilder
  30. def ensuring(cond: (TableDDLBuilder) ⇒ Boolean, msg: ⇒ Any): TableDDLBuilder

    Implicit information
    This member is added by an implicit conversion from TableDDLBuilder to Ensuring[TableDDLBuilder] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  31. def ensuring(cond: (TableDDLBuilder) ⇒ Boolean): TableDDLBuilder

    Implicit information
    This member is added by an implicit conversion from TableDDLBuilder to Ensuring[TableDDLBuilder] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  32. def ensuring(cond: Boolean, msg: ⇒ Any): TableDDLBuilder

    Implicit information
    This member is added by an implicit conversion from TableDDLBuilder to Ensuring[TableDDLBuilder] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  33. def ensuring(cond: Boolean): TableDDLBuilder

    Implicit information
    This member is added by an implicit conversion from TableDDLBuilder to Ensuring[TableDDLBuilder] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  34. final def eq(arg0: AnyRef): Boolean

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

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

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

    Attributes
    protected
    Definition Classes
    TableDDLBuilder
  38. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from TableDDLBuilder to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  39. final def getClass(): Class[_]

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  48. val tableNode: TableNode

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. def [B](y: B): (TableDDLBuilder, B)

    Implicit information
    This member is added by an implicit conversion from TableDDLBuilder to ArrowAssoc[TableDDLBuilder] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from TableDDLBuilder to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (tableDDLBuilder: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from TableDDLBuilder to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (tableDDLBuilder: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: TableDDLBuilder

    Implicit information
    This member is added by an implicit conversion from TableDDLBuilder to ArrowAssoc[TableDDLBuilder] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (tableDDLBuilder: ArrowAssoc[TableDDLBuilder]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: TableDDLBuilder

    Implicit information
    This member is added by an implicit conversion from TableDDLBuilder to Ensuring[TableDDLBuilder] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (tableDDLBuilder: Ensuring[TableDDLBuilder]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from AccessDriver.TableDDLBuilder

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from TableDDLBuilder to StringAdd

Inherited by implicit conversion any2stringfmt from TableDDLBuilder to StringFormat

Inherited by implicit conversion any2ArrowAssoc from TableDDLBuilder to ArrowAssoc[TableDDLBuilder]

Inherited by implicit conversion any2Ensuring from TableDDLBuilder to Ensuring[TableDDLBuilder]

Ungrouped