scala.slick.profile.RelationalTableComponent

Table

abstract class Table[T] extends AbstractTable[T]

Self Type
RelationalDriver.Table[T]
Linear Supertypes
AbstractTable[T], ColumnBase[T], Rep[T], WithOp, Cloneable, java.lang.Cloneable, TypedNode, Typed, TableNode, NullaryNode, Node, NodeGenerator, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Table
  2. AbstractTable
  3. ColumnBase
  4. Rep
  5. WithOp
  6. Cloneable
  7. Cloneable
  8. TypedNode
  9. Typed
  10. TableNode
  11. NullaryNode
  12. Node
  13. NodeGenerator
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Table(_tableName: String)

  2. new Table(_schemaName: Option[String], _tableName: String)

Type Members

  1. type Self = TableNode

    Definition Classes
    TableNodeNode

Abstract Value Members

  1. abstract def *: ColumnBase[T]

    Definition Classes
    AbstractTable

Concrete 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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. val O: RelationalDriver.columnOptions.type

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): Table.this.type

    Definition Classes
    WithOp → AnyRef
  9. def collectFieldSymbols(n: Node): Iterable[FieldSymbol]

    Attributes
    protected[this]
    Definition Classes
    AbstractTable
  10. def column[C](n: String, options: ColumnOption[C]*)(implicit tm: TypedType[C]): Column[C]

  11. def createFinderBy[P](f: (Table.this.type) ⇒ Column[P])(implicit tm: TypedType[P]): RelationalDriver.ParameterizedQuery[P, T]

  12. def create_*: Iterable[FieldSymbol]

    Definition Classes
    AbstractTable
  13. def ddl: RelationalDriver.SchemaDescription

  14. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. def foreignKey[P, PU, TT <: TableNode, U](name: String, sourceColumns: P, targetTable: TT)(targetColumns: (TT) ⇒ P, onUpdate: ForeignKeyAction = ForeignKeyAction.NoAction, onDelete: ForeignKeyAction = ForeignKeyAction.NoAction)(implicit unpack: Shape[TT, U, _], unpackp: Shape[P, PU, _]): ForeignKeyQuery[TT, U]

    Definition Classes
    AbstractTable
  18. final def foreignKeys: Iterable[ForeignKey[_ <: TableNode, _]]

    Definition Classes
    AbstractTable
  19. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  21. def index[T](name: String, on: T, unique: Boolean = false)(implicit shape: Shape[T, _, _]): Index

    Definition Classes
    AbstractTable
  22. def indexes: Iterable[Index]

    Definition Classes
    AbstractTable
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def mapOp(f: (Node, List[Int]) ⇒ Node, positions: List[Int] = Nil): Table.this.type

    Definition Classes
    WithOp
  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. def nodeBuildTypedNode[T >: Table.this.type <: Node](newNode: T, newType: Type): T

    Definition Classes
    Node
  27. def nodeChildNames: Iterable[String]

    Names for the child nodes to show in AST dumps.

    Names for the child nodes to show in AST dumps. Defaults to a numbered sequence starting at 0 but can be overridden by subclasses to produce more suitable names.

    Definition Classes
    Node
  28. val nodeChildren: collection.immutable.Nil.type

    All child nodes of this node.

    All child nodes of this node. Must be implemented by subclasses.

    Definition Classes
    NullaryNodeNode
  29. def nodeDelegate: Node

    Definition Classes
    NodeNodeGenerator
  30. def nodeHasType: Boolean

    Definition Classes
    TypedNodeNode
  31. final def nodeIntrinsicSymbol: IntrinsicSymbol

    The intrinsic symbol that points to this Node object.

    The intrinsic symbol that points to this Node object.

    Definition Classes
    Node
  32. final def nodeMapChildren(f: (Node) ⇒ Node): Self

    Apply a mapping function to all children of this node and recreate the node with the new children.

    Apply a mapping function to all children of this node and recreate the node with the new children. If all new children are identical to the old ones, this node is returned.

    Definition Classes
    Node
  33. final def nodeMapChildrenKeepType(f: (Node) ⇒ Node): Self

    Like nodeMapChildren, except the type of this node is kept even if the children have changed.

    Like nodeMapChildren, except the type of this node is kept even if the children have changed. We don't do this by default in nodeMapChildren because many transformations change the type.

    Definition Classes
    Node
  34. def nodeRebuild: TableNode

    Definition Classes
    TableNodeNullaryNode
  35. final def nodeRebuild(ch: IndexedSeq[Node]): Self

    Rebuild this node with a new list of children.

    Rebuild this node with a new list of children. Implementations of this method *must not* perform any optimization to reuse the current node. This method always returns a fresh copy.

    Attributes
    protected[this]
    Definition Classes
    NullaryNodeNode
  36. def nodeRebuildWithType(tpe: Type): Self

    Definition Classes
    Node
  37. def nodeTableProjection: Node

    Definition Classes
    AbstractTableTableNode
  38. def nodeType: Type

    The current type of this node

    The current type of this node

    Definition Classes
    TypedNodeNode
  39. def nodeTyped(tpe: Type): Table.this.type

    Return this Node with a Type assigned.

    Return this Node with a Type assigned. This may only be called on freshly constructed nodes with no other existing references, i.e. creating the Node plus assigning it a Type must be atomic.

    Definition Classes
    Node
  40. def nodeTypedOrCopy(tpe: Type): Self

    Return this Node with a Type assigned (if no other type has been seen for it yet) or a typed copy.

    Return this Node with a Type assigned (if no other type has been seen for it yet) or a typed copy.

    Definition Classes
    Node
  41. def nodeWithComputedType(scope: SymbolScope, retype: Boolean): Self

    Rebuild this node and all children with their computed type.

    Rebuild this node and all children with their computed type. If this node already has a type, it is only recomputed if retype is set to true. The types of all children are computed recursively (if this node's type is actually computed) using the same retype setting.

    Definition Classes
    AbstractTableTypedNodeTableNodeNode
  42. final def notify(): Unit

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

    Definition Classes
    AnyRef
  44. final def op: Node

    Definition Classes
    WithOp
  45. def primaryKey[T](name: String, sourceColumns: T)(implicit shape: Shape[T, _, _]): PrimaryKey

    Definition Classes
    AbstractTable
  46. final def primaryKeys: Iterable[PrimaryKey]

    Definition Classes
    AbstractTable
  47. val schemaName: Option[String]

    Definition Classes
    AbstractTableTableNode
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  49. def tableConstraints: Iterator[Constraint]

    Definition Classes
    AbstractTable
  50. val tableName: String

    Definition Classes
    AbstractTableTableNode
  51. def tableProvider: RelationalDriver

  52. def toString(): String

    Definition Classes
    TableNodeNode → AnyRef → Any
  53. def tpe: CollectionType

    Definition Classes
    TableTyped
  54. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AbstractTable[T]

Inherited from ColumnBase[T]

Inherited from Rep[T]

Inherited from WithOp

Inherited from Cloneable

Inherited from java.lang.Cloneable

Inherited from TypedNode

Inherited from Typed

Inherited from TableNode

Inherited from NullaryNode

Inherited from Node

Inherited from NodeGenerator

Inherited from AnyRef

Inherited from Any

Ungrouped