Class

moe.pizza.sdeapi.Tables

MapdenormalizeRow

Related Doc: package Tables

Permalink

case class MapdenormalizeRow(itemid: Int, typeid: Option[Int] = None, groupid: Option[Int] = None, solarsystemid: Option[Int] = None, constellationid: Option[Int] = None, regionid: Option[Int] = None, orbitid: Option[Int] = None, x: Option[Double] = None, y: Option[Double] = None, z: Option[Double] = None, radius: Option[Double] = None, itemname: Option[String] = None, security: Option[Double] = None, celestialindex: Option[Int] = None, orbitindex: Option[Int] = None) extends Product with Serializable

Entity class storing rows of table Mapdenormalize

itemid

Database column itemID SqlType(INT), AutoInc, PrimaryKey

typeid

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

groupid

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

solarsystemid

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

constellationid

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

regionid

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

orbitid

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

x

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

y

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

z

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

radius

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

itemname

Database column itemName SqlType(VARCHAR), Length(100,true), Default(None)

security

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

celestialindex

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

orbitindex

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

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MapdenormalizeRow
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MapdenormalizeRow(itemid: Int, typeid: Option[Int] = None, groupid: Option[Int] = None, solarsystemid: Option[Int] = None, constellationid: Option[Int] = None, regionid: Option[Int] = None, orbitid: Option[Int] = None, x: Option[Double] = None, y: Option[Double] = None, z: Option[Double] = None, radius: Option[Double] = None, itemname: Option[String] = None, security: Option[Double] = None, celestialindex: Option[Int] = None, orbitindex: Option[Int] = None)

    Permalink

    itemid

    Database column itemID SqlType(INT), AutoInc, PrimaryKey

    typeid

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

    groupid

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

    solarsystemid

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

    constellationid

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

    regionid

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

    orbitid

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

    x

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

    y

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

    z

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

    radius

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

    itemname

    Database column itemName SqlType(VARCHAR), Length(100,true), Default(None)

    security

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

    celestialindex

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

    orbitindex

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

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val celestialindex: Option[Int]

    Permalink

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

  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val constellationid: Option[Int]

    Permalink

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

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

    Permalink
    Definition Classes
    AnyRef
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. val groupid: Option[Int]

    Permalink

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

  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. val itemid: Int

    Permalink

    Database column itemID SqlType(INT), AutoInc, PrimaryKey

  14. val itemname: Option[String]

    Permalink

    Database column itemName SqlType(VARCHAR), Length(100,true), Default(None)

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

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

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

    Permalink
    Definition Classes
    AnyRef
  18. val orbitid: Option[Int]

    Permalink

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

  19. val orbitindex: Option[Int]

    Permalink

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

  20. val radius: Option[Double]

    Permalink

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

  21. val regionid: Option[Int]

    Permalink

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

  22. val security: Option[Double]

    Permalink

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

  23. val solarsystemid: Option[Int]

    Permalink

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

  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. val typeid: Option[Int]

    Permalink

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

  26. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. val x: Option[Double]

    Permalink

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

  30. val y: Option[Double]

    Permalink

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

  31. val z: Option[Double]

    Permalink

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped