Class

moe.pizza.sdeapi.Tables

Invcontroltowerresources

Related Doc: package Tables

Permalink

class Invcontroltowerresources extends slick.driver.JdbcProfile.API.Table[InvcontroltowerresourcesRow]

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

Linear Supertypes
slick.driver.JdbcProfile.Table[InvcontroltowerresourcesRow], AbstractTable[InvcontroltowerresourcesRow], Rep[InvcontroltowerresourcesRow], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Invcontroltowerresources
  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 Invcontroltowerresources(_tableTag: slick.driver.JdbcProfile.API.Tag)

    Permalink

Type Members

  1. final type TableElementType = InvcontroltowerresourcesRow

    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[InvcontroltowerresourcesRow]

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

    Permalink
    Definition Classes
    AnyRef → Any
  5. def ?: MappedProjection[Option[InvcontroltowerresourcesRow], (Option[Int], Option[Int], Option[Byte], Option[Int], Option[Double], Option[Int])]

    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. val controltowertypeid: slick.driver.JdbcProfile.API.Rep[Int]

    Permalink

    Database column controlTowerTypeID SqlType(INT)

  12. def create_*: Iterable[FieldSymbol]

    Permalink
    Definition Classes
    AbstractTable
  13. def encodeRef(path: Node): AbstractTable[InvcontroltowerresourcesRow]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. val factionid: slick.driver.JdbcProfile.API.Rep[Option[Int]]

    Permalink

    Database column factionID SqlType(INT), Default(None)

  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. 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
  19. final def foreignKeys: Iterable[ForeignKey]

    Permalink
    Definition Classes
    AbstractTable
  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. val minsecuritylevel: slick.driver.JdbcProfile.API.Rep[Option[Double]]

    Permalink

    Database column minSecurityLevel SqlType(DOUBLE), Default(None)

  26. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  29. val pk: PrimaryKey

    Permalink

    Primary key of Invcontroltowerresources (database name invControlTowerResources_PK)

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

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

    Permalink
    Definition Classes
    AbstractTable
  32. val purpose: slick.driver.JdbcProfile.API.Rep[Option[Byte]]

    Permalink

    Database column purpose SqlType(TINYINT UNSIGNED), Default(None)

  33. val quantity: slick.driver.JdbcProfile.API.Rep[Option[Int]]

    Permalink

    Database column quantity SqlType(INT), Default(None)

  34. val resourcetypeid: slick.driver.JdbcProfile.API.Rep[Int]

    Permalink

    Database column resourceTypeID SqlType(INT)

  35. val schemaName: Option[String]

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

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

    Permalink
    Definition Classes
    AbstractTable
  38. def tableIdentitySymbol: TableIdentitySymbol

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

    Permalink
    Definition Classes
    AbstractTable
  40. lazy val tableNode: TableNode

    Permalink
    Definition Classes
    AbstractTable
  41. def tableProvider: RelationalDriver

    Permalink
    Definition Classes
    Table
  42. val tableTag: Tag

    Permalink
    Definition Classes
    AbstractTable
  43. def toNode: Node

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

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

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

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

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

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

Inherited from AbstractTable[InvcontroltowerresourcesRow]

Inherited from Rep[InvcontroltowerresourcesRow]

Inherited from AnyRef

Inherited from Any

Ungrouped