Class

moe.pizza.sdeapi.Tables

Mapconstellationjumps

Related Doc: package Tables

Permalink

class Mapconstellationjumps extends slick.driver.JdbcProfile.API.Table[MapconstellationjumpsRow]

Table description of table mapConstellationJumps. Objects of this class serve as prototypes for rows in queries.

Linear Supertypes
slick.driver.JdbcProfile.Table[MapconstellationjumpsRow], AbstractTable[MapconstellationjumpsRow], Rep[MapconstellationjumpsRow], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Mapconstellationjumps
  2. Table
  3. AbstractTable
  4. Rep
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Mapconstellationjumps(_tableTag: slick.driver.JdbcProfile.API.Tag)

    Permalink

Type Members

  1. final type TableElementType = MapconstellationjumpsRow

    Permalink
    Definition Classes
    Table → AbstractTable

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def *: ProvenShape[MapconstellationjumpsRow]

    Permalink
    Definition Classes
    Mapconstellationjumps → AbstractTable
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. def ?: MappedProjection[Option[MapconstellationjumpsRow], (Option[Long], Option[Long], Option[Long], Option[Long])]

    Permalink

    Maps whole row to an option.

    Maps whole row to an option. Useful for outer joins.

  6. val O: slick.driver.JdbcProfile.columnOptions.type

    Permalink
    Definition Classes
    Table
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def collectFieldSymbols(n: Node): Iterable[FieldSymbol]

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

    Permalink
    Definition Classes
    Table
  11. def create_*: Iterable[FieldSymbol]

    Permalink
    Definition Classes
    AbstractTable
  12. def encodeRef(path: Node): AbstractTable[MapconstellationjumpsRow]

    Permalink
    Definition Classes
    AbstractTable → Rep
  13. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def foreignKey[P, PU, TT <: AbstractTable[_], U](name: String, sourceColumns: P, targetTableQuery: TableQuery[TT])(targetColumns: (TT) ⇒ P, onUpdate: ForeignKeyAction, onDelete: ForeignKeyAction)(implicit unpack: Shape[_ <: FlatShapeLevel, TT, U, _], unpackp: Shape[_ <: FlatShapeLevel, P, PU, _]): ForeignKeyQuery[TT, U]

    Permalink
    Definition Classes
    AbstractTable
  17. final def foreignKeys: Iterable[ForeignKey]

    Permalink
    Definition Classes
    AbstractTable
  18. val fromconstellationid: slick.driver.JdbcProfile.API.Rep[Long]

    Permalink

    Database column fromConstellationID SqlType(BIGINT)

  19. val fromregionid: slick.driver.JdbcProfile.API.Rep[Option[Long]]

    Permalink

    Database column fromRegionID SqlType(BIGINT), Default(None)

  20. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def index[T](name: String, on: T, unique: Boolean)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): Index

    Permalink
    Definition Classes
    AbstractTable
  23. def indexes: Iterable[Index]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  28. val pk: PrimaryKey

    Permalink

    Primary key of Mapconstellationjumps (database name mapConstellationJumps_PK)

  29. def primaryKey[T](name: String, sourceColumns: T)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): PrimaryKey

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

    Permalink
    Definition Classes
    AbstractTable
  31. val schemaName: Option[String]

    Permalink
    Definition Classes
    AbstractTable
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def tableConstraints: Iterator[Constraint]

    Permalink
    Definition Classes
    AbstractTable
  34. def tableIdentitySymbol: TableIdentitySymbol

    Permalink
    Definition Classes
    Table → AbstractTable
  35. val tableName: String

    Permalink
    Definition Classes
    AbstractTable
  36. lazy val tableNode: TableNode

    Permalink
    Definition Classes
    AbstractTable
  37. def tableProvider: RelationalDriver

    Permalink
    Definition Classes
    Table
  38. val tableTag: Tag

    Permalink
    Definition Classes
    AbstractTable
  39. def toNode: Node

    Permalink
    Definition Classes
    AbstractTable → Rep
  40. def toString(): String

    Permalink
    Definition Classes
    Rep → AnyRef → Any
  41. val toconstellationid: slick.driver.JdbcProfile.API.Rep[Long]

    Permalink

    Database column toConstellationID SqlType(BIGINT)

  42. val toregionid: slick.driver.JdbcProfile.API.Rep[Option[Long]]

    Permalink

    Database column toRegionID SqlType(BIGINT), Default(None)

  43. final def wait(): Unit

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

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

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

Inherited from slick.driver.JdbcProfile.Table[MapconstellationjumpsRow]

Inherited from AbstractTable[MapconstellationjumpsRow]

Inherited from Rep[MapconstellationjumpsRow]

Inherited from AnyRef

Inherited from Any

Ungrouped