Object/Trait

moe.pizza.sdeapi

Tables

Related Docs: trait Tables | package sdeapi

Permalink

object Tables extends Tables

Stand-alone Slick data model for immediate use

Linear Supertypes
Tables, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Tables
  2. Tables
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class Agtagents extends slick.driver.JdbcProfile.API.Table[AgtagentsRow]

    Permalink

    Table description of table agtAgents.

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

    Definition Classes
    Tables
  2. case class AgtagentsRow(agentid: Int, divisionid: Option[Byte] = None, corporationid: Option[Int] = None, locationid: Option[Int] = None, level: Option[Byte] = None, quality: Option[Short] = None, agenttypeid: Option[Int] = None, islocator: Option[Boolean] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Agtagents

    Entity class storing rows of table Agtagents

    agentid

    Database column agentID SqlType(INT), PrimaryKey

    divisionid

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

    corporationid

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

    locationid

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

    level

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

    quality

    Database column quality SqlType(SMALLINT), Default(None)

    agenttypeid

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

    islocator

    Database column isLocator SqlType(BIT), Default(None)

    Definition Classes
    Tables
  3. class Agtagenttypes extends slick.driver.JdbcProfile.API.Table[AgtagenttypesRow]

    Permalink

    Table description of table agtAgentTypes.

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

    Definition Classes
    Tables
  4. case class AgtagenttypesRow(agenttypeid: Int, agenttype: Option[String] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Agtagenttypes

    Entity class storing rows of table Agtagenttypes

    agenttypeid

    Database column agentTypeID SqlType(INT), PrimaryKey

    agenttype

    Database column agentType SqlType(VARCHAR), Length(50,true), Default(None)

    Definition Classes
    Tables
  5. class Agtresearchagents extends slick.driver.JdbcProfile.API.Table[AgtresearchagentsRow]

    Permalink

    Table description of table agtResearchAgents.

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

    Definition Classes
    Tables
  6. case class AgtresearchagentsRow(agentid: Int, typeid: Int) extends Product with Serializable

    Permalink

    Entity class storing rows of table Agtresearchagents

    Entity class storing rows of table Agtresearchagents

    agentid

    Database column agentID SqlType(INT)

    typeid

    Database column typeID SqlType(INT)

    Definition Classes
    Tables
  7. class Certcerts extends slick.driver.JdbcProfile.API.Table[CertcertsRow]

    Permalink

    Table description of table certCerts.

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

    Definition Classes
    Tables
  8. case class CertcertsRow(certid: Int, description: Option[String] = None, groupid: Option[Int] = None, name: Option[String] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Certcerts

    Entity class storing rows of table Certcerts

    certid

    Database column certID SqlType(INT), PrimaryKey

    description

    Database column description SqlType(LONGTEXT), Length(2147483647,true), Default(None)

    groupid

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

    name

    Database column name SqlType(VARCHAR), Length(255,true), Default(None)

    Definition Classes
    Tables
  9. class Certmasteries extends slick.driver.JdbcProfile.API.Table[CertmasteriesRow]

    Permalink

    Table description of table certMasteries.

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

    Definition Classes
    Tables
  10. case class CertmasteriesRow(typeid: Option[Int] = None, masterylevel: Option[Int] = None, certid: Option[Int] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Certmasteries

    Entity class storing rows of table Certmasteries

    typeid

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

    masterylevel

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

    certid

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

    Definition Classes
    Tables
  11. class Certskills extends slick.driver.JdbcProfile.API.Table[CertskillsRow]

    Permalink

    Table description of table certSkills.

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

    Definition Classes
    Tables
  12. case class CertskillsRow(certid: Option[Int] = None, skillid: Option[Int] = None, certlevelint: Option[Int] = None, skilllevel: Option[Int] = None, certleveltext: Option[String] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Certskills

    Entity class storing rows of table Certskills

    certid

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

    skillid

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

    certlevelint

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

    skilllevel

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

    certleveltext

    Database column certLevelText SqlType(VARCHAR), Length(8,true), Default(None)

    Definition Classes
    Tables
  13. class Chrancestries extends slick.driver.JdbcProfile.API.Table[ChrancestriesRow]

    Permalink

    Table description of table chrAncestries.

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

    Definition Classes
    Tables
  14. case class ChrancestriesRow(ancestryid: Byte, ancestryname: Option[String] = None, bloodlineid: Option[Byte] = None, description: Option[String] = None, perception: Option[Byte] = None, willpower: Option[Byte] = None, charisma: Option[Byte] = None, memory: Option[Byte] = None, intelligence: Option[Byte] = None, iconid: Option[Int] = None, shortdescription: Option[String] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Chrancestries

    Entity class storing rows of table Chrancestries

    ancestryid

    Database column ancestryID SqlType(TINYINT UNSIGNED), PrimaryKey

    ancestryname

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

    bloodlineid

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

    description

    Database column description SqlType(VARCHAR), Length(1000,true), Default(None)

    perception

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

    willpower

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

    charisma

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

    memory

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

    intelligence

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

    iconid

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

    shortdescription

    Database column shortDescription SqlType(VARCHAR), Length(500,true), Default(None)

    Definition Classes
    Tables
  15. class Chrattributes extends slick.driver.JdbcProfile.API.Table[ChrattributesRow]

    Permalink

    Table description of table chrAttributes.

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

    Definition Classes
    Tables
  16. case class ChrattributesRow(attributeid: Byte, attributename: Option[String] = None, description: Option[String] = None, iconid: Option[Int] = None, shortdescription: Option[String] = None, notes: Option[String] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Chrattributes

    Entity class storing rows of table Chrattributes

    attributeid

    Database column attributeID SqlType(TINYINT UNSIGNED), PrimaryKey

    attributename

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

    description

    Database column description SqlType(VARCHAR), Length(1000,true), Default(None)

    iconid

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

    shortdescription

    Database column shortDescription SqlType(VARCHAR), Length(500,true), Default(None)

    notes

    Database column notes SqlType(VARCHAR), Length(500,true), Default(None)

    Definition Classes
    Tables
  17. class Chrbloodlines extends slick.driver.JdbcProfile.API.Table[ChrbloodlinesRow]

    Permalink

    Table description of table chrBloodlines.

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

    Definition Classes
    Tables
  18. case class ChrbloodlinesRow(bloodlineid: Byte, bloodlinename: Option[String] = None, raceid: Option[Byte] = None, description: Option[String] = None, maledescription: Option[String] = None, femaledescription: Option[String] = None, shiptypeid: Option[Int] = None, corporationid: Option[Int] = None, perception: Option[Byte] = None, willpower: Option[Byte] = None, charisma: Option[Byte] = None, memory: Option[Byte] = None, intelligence: Option[Byte] = None, iconid: Option[Int] = None, shortdescription: Option[String] = None, shortmaledescription: Option[String] = None, shortfemaledescription: Option[String] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Chrbloodlines

    Entity class storing rows of table Chrbloodlines

    bloodlineid

    Database column bloodlineID SqlType(TINYINT UNSIGNED), PrimaryKey

    bloodlinename

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

    raceid

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

    description

    Database column description SqlType(VARCHAR), Length(1000,true), Default(None)

    maledescription

    Database column maleDescription SqlType(VARCHAR), Length(1000,true), Default(None)

    femaledescription

    Database column femaleDescription SqlType(VARCHAR), Length(1000,true), Default(None)

    shiptypeid

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

    corporationid

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

    perception

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

    willpower

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

    charisma

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

    memory

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

    intelligence

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

    iconid

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

    shortdescription

    Database column shortDescription SqlType(VARCHAR), Length(500,true), Default(None)

    shortmaledescription

    Database column shortMaleDescription SqlType(VARCHAR), Length(500,true), Default(None)

    shortfemaledescription

    Database column shortFemaleDescription SqlType(VARCHAR), Length(500,true), Default(None)

    Definition Classes
    Tables
  19. class Chrfactions extends slick.driver.JdbcProfile.API.Table[ChrfactionsRow]

    Permalink

    Table description of table chrFactions.

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

    Definition Classes
    Tables
  20. case class ChrfactionsRow(factionid: Int, factionname: Option[String] = None, description: Option[String] = None, raceids: Option[Int] = None, solarsystemid: Option[Int] = None, corporationid: Option[Int] = None, sizefactor: Option[Double] = None, stationcount: Option[Short] = None, stationsystemcount: Option[Short] = None, militiacorporationid: Option[Int] = None, iconid: Option[Int] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Chrfactions

    Entity class storing rows of table Chrfactions

    factionid

    Database column factionID SqlType(INT), PrimaryKey

    factionname

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

    description

    Database column description SqlType(VARCHAR), Length(1000,true), Default(None)

    raceids

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

    solarsystemid

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

    corporationid

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

    sizefactor

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

    stationcount

    Database column stationCount SqlType(SMALLINT), Default(None)

    stationsystemcount

    Database column stationSystemCount SqlType(SMALLINT), Default(None)

    militiacorporationid

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

    iconid

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

    Definition Classes
    Tables
  21. class Chrraces extends slick.driver.JdbcProfile.API.Table[ChrracesRow]

    Permalink

    Table description of table chrRaces.

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

    Definition Classes
    Tables
  22. case class ChrracesRow(raceid: Byte, racename: Option[String] = None, description: Option[String] = None, iconid: Option[Int] = None, shortdescription: Option[String] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Chrraces

    Entity class storing rows of table Chrraces

    raceid

    Database column raceID SqlType(TINYINT UNSIGNED), PrimaryKey

    racename

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

    description

    Database column description SqlType(VARCHAR), Length(1000,true), Default(None)

    iconid

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

    shortdescription

    Database column shortDescription SqlType(VARCHAR), Length(500,true), Default(None)

    Definition Classes
    Tables
  23. class Crpactivities extends slick.driver.JdbcProfile.API.Table[CrpactivitiesRow]

    Permalink

    Table description of table crpActivities.

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

    Definition Classes
    Tables
  24. case class CrpactivitiesRow(activityid: Byte, activityname: Option[String] = None, description: Option[String] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Crpactivities

    Entity class storing rows of table Crpactivities

    activityid

    Database column activityID SqlType(TINYINT UNSIGNED), PrimaryKey

    activityname

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

    description

    Database column description SqlType(VARCHAR), Length(1000,true), Default(None)

    Definition Classes
    Tables
  25. class Crpnpccorporationdivisions extends slick.driver.JdbcProfile.API.Table[CrpnpccorporationdivisionsRow]

    Permalink

    Table description of table crpNPCCorporationDivisions.

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

    Definition Classes
    Tables
  26. case class CrpnpccorporationdivisionsRow(corporationid: Int, divisionid: Byte, size: Option[Byte] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Crpnpccorporationdivisions

    Entity class storing rows of table Crpnpccorporationdivisions

    corporationid

    Database column corporationID SqlType(INT)

    divisionid

    Database column divisionID SqlType(TINYINT UNSIGNED)

    size

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

    Definition Classes
    Tables
  27. class Crpnpccorporationresearchfields extends slick.driver.JdbcProfile.API.Table[CrpnpccorporationresearchfieldsRow]

    Permalink

    Table description of table crpNPCCorporationResearchFields.

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

    Definition Classes
    Tables
  28. case class CrpnpccorporationresearchfieldsRow(skillid: Int, corporationid: Int) extends Product with Serializable

    Permalink

    Entity class storing rows of table Crpnpccorporationresearchfields

    Entity class storing rows of table Crpnpccorporationresearchfields

    skillid

    Database column skillID SqlType(INT)

    corporationid

    Database column corporationID SqlType(INT)

    Definition Classes
    Tables
  29. class Crpnpccorporations extends slick.driver.JdbcProfile.API.Table[CrpnpccorporationsRow]

    Permalink

    Table description of table crpNPCCorporations.

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

    Definition Classes
    Tables
  30. type CrpnpccorporationsRow = HCons[Int, HCons[Option[Char], HCons[Option[Char], HCons[Option[Int], HCons[Option[Int], HCons[Option[Byte], HCons[Option[Int], HCons[Option[Byte], HCons[Option[Int], HCons[Option[Byte], HCons[Option[Int], HCons[Option[Byte], HCons[Option[Int], HCons[Option[Int], HCons[Option[Long], HCons[Option[Int], HCons[Option[Double], HCons[Option[Boolean], HCons[Option[Byte], HCons[Option[Byte], HCons[Option[Byte], HCons[Option[Byte], HCons[Option[Int], HCons[Option[Double], HCons[Option[Short], HCons[Option[Short], HCons[Option[String], HCons[Option[Int], HNil]]]]]]]]]]]]]]]]]]]]]]]]]]]]

    Permalink

    Row type of table Crpnpccorporations

    Row type of table Crpnpccorporations

    Definition Classes
    Tables
  31. class Crpnpccorporationtrades extends slick.driver.JdbcProfile.API.Table[CrpnpccorporationtradesRow]

    Permalink

    Table description of table crpNPCCorporationTrades.

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

    Definition Classes
    Tables
  32. case class CrpnpccorporationtradesRow(corporationid: Int, typeid: Int) extends Product with Serializable

    Permalink

    Entity class storing rows of table Crpnpccorporationtrades

    Entity class storing rows of table Crpnpccorporationtrades

    corporationid

    Database column corporationID SqlType(INT)

    typeid

    Database column typeID SqlType(INT)

    Definition Classes
    Tables
  33. class Crpnpcdivisions extends slick.driver.JdbcProfile.API.Table[CrpnpcdivisionsRow]

    Permalink

    Table description of table crpNPCDivisions.

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

    Definition Classes
    Tables
  34. case class CrpnpcdivisionsRow(divisionid: Byte, divisionname: Option[String] = None, description: Option[String] = None, leadertype: Option[String] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Crpnpcdivisions

    Entity class storing rows of table Crpnpcdivisions

    divisionid

    Database column divisionID SqlType(TINYINT UNSIGNED), PrimaryKey

    divisionname

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

    description

    Database column description SqlType(VARCHAR), Length(1000,true), Default(None)

    leadertype

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

    Definition Classes
    Tables
  35. class Dgmattributecategories extends slick.driver.JdbcProfile.API.Table[DgmattributecategoriesRow]

    Permalink

    Table description of table dgmAttributeCategories.

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

    Definition Classes
    Tables
  36. case class DgmattributecategoriesRow(categoryid: Byte, categoryname: Option[String] = None, categorydescription: Option[String] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Dgmattributecategories

    Entity class storing rows of table Dgmattributecategories

    categoryid

    Database column categoryID SqlType(TINYINT UNSIGNED), PrimaryKey

    categoryname

    Database column categoryName SqlType(VARCHAR), Length(50,true), Default(None)

    categorydescription

    Database column categoryDescription SqlType(VARCHAR), Length(200,true), Default(None)

    Definition Classes
    Tables
  37. class Dgmattributetypes extends slick.driver.JdbcProfile.API.Table[DgmattributetypesRow]

    Permalink

    Table description of table dgmAttributeTypes.

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

    Definition Classes
    Tables
  38. case class DgmattributetypesRow(attributeid: Short, attributename: Option[String] = None, description: Option[String] = None, iconid: Option[Int] = None, defaultvalue: Option[Double] = None, published: Option[Boolean] = None, displayname: Option[String] = None, unitid: Option[Byte] = None, stackable: Option[Boolean] = None, highisgood: Option[Boolean] = None, categoryid: Option[Byte] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Dgmattributetypes

    Entity class storing rows of table Dgmattributetypes

    attributeid

    Database column attributeID SqlType(SMALLINT), PrimaryKey

    attributename

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

    description

    Database column description SqlType(VARCHAR), Length(1000,true), Default(None)

    iconid

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

    defaultvalue

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

    published

    Database column published SqlType(BIT), Default(None)

    displayname

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

    unitid

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

    stackable

    Database column stackable SqlType(BIT), Default(None)

    highisgood

    Database column highIsGood SqlType(BIT), Default(None)

    categoryid

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

    Definition Classes
    Tables
  39. class Dgmeffects extends slick.driver.JdbcProfile.API.Table[DgmeffectsRow]

    Permalink

    Table description of table dgmEffects.

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

    Definition Classes
    Tables
  40. type DgmeffectsRow = HCons[Short, HCons[Option[String], HCons[Option[Short], HCons[Option[Int], HCons[Option[Int], HCons[Option[String], HCons[Option[String], HCons[Option[Int], HCons[Option[Boolean], HCons[Option[Boolean], HCons[Option[Short], HCons[Option[Short], HCons[Option[Short], HCons[Option[Short], HCons[Option[Short], HCons[Option[Boolean], HCons[Option[Boolean], HCons[Option[String], HCons[Option[Boolean], HCons[Option[Boolean], HCons[Option[Boolean], HCons[Option[Boolean], HCons[Option[Byte], HCons[Option[String], HCons[Option[Short], HCons[Option[Short], HCons[Option[Short], HCons[Option[String], HNil]]]]]]]]]]]]]]]]]]]]]]]]]]]]

    Permalink

    Row type of table Dgmeffects

    Row type of table Dgmeffects

    Definition Classes
    Tables
  41. class Dgmexpressions extends slick.driver.JdbcProfile.API.Table[DgmexpressionsRow]

    Permalink

    Table description of table dgmExpressions.

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

    Definition Classes
    Tables
  42. case class DgmexpressionsRow(expressionid: Int, operandid: Option[Int] = None, arg1: Option[Int] = None, arg2: Option[Int] = None, expressionvalue: Option[String] = None, description: Option[String] = None, expressionname: Option[String] = None, expressiontypeid: Option[Int] = None, expressiongroupid: Option[Short] = None, expressionattributeid: Option[Short] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Dgmexpressions

    Entity class storing rows of table Dgmexpressions

    expressionid

    Database column expressionID SqlType(INT), PrimaryKey

    operandid

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

    arg1

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

    arg2

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

    expressionvalue

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

    description

    Database column description SqlType(VARCHAR), Length(1000,true), Default(None)

    expressionname

    Database column expressionName SqlType(VARCHAR), Length(500,true), Default(None)

    expressiontypeid

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

    expressiongroupid

    Database column expressionGroupID SqlType(SMALLINT), Default(None)

    expressionattributeid

    Database column expressionAttributeID SqlType(SMALLINT), Default(None)

    Definition Classes
    Tables
  43. class Dgmtypeattributes extends slick.driver.JdbcProfile.API.Table[DgmtypeattributesRow]

    Permalink

    Table description of table dgmTypeAttributes.

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

    Definition Classes
    Tables
  44. case class DgmtypeattributesRow(typeid: Int, attributeid: Short, valueint: Option[Int] = None, valuefloat: Option[Double] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Dgmtypeattributes

    Entity class storing rows of table Dgmtypeattributes

    typeid

    Database column typeID SqlType(INT)

    attributeid

    Database column attributeID SqlType(SMALLINT)

    valueint

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

    valuefloat

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

    Definition Classes
    Tables
  45. class Dgmtypeeffects extends slick.driver.JdbcProfile.API.Table[DgmtypeeffectsRow]

    Permalink

    Table description of table dgmTypeEffects.

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

    Definition Classes
    Tables
  46. case class DgmtypeeffectsRow(typeid: Int, effectid: Short, isdefault: Option[Boolean] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Dgmtypeeffects

    Entity class storing rows of table Dgmtypeeffects

    typeid

    Database column typeID SqlType(INT)

    effectid

    Database column effectID SqlType(SMALLINT)

    isdefault

    Database column isDefault SqlType(BIT), Default(None)

    Definition Classes
    Tables
  47. class Evegraphics extends slick.driver.JdbcProfile.API.Table[EvegraphicsRow]

    Permalink

    Table description of table eveGraphics.

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

    Definition Classes
    Tables
  48. case class EvegraphicsRow(graphicid: Int, soffactionname: Option[String] = None, graphicfile: Option[String] = None, sofhullname: Option[String] = None, sofracename: Option[String] = None, description: Option[String] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Evegraphics

    Entity class storing rows of table Evegraphics

    graphicid

    Database column graphicID SqlType(INT), PrimaryKey

    soffactionname

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

    graphicfile

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

    sofhullname

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

    sofracename

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

    description

    Database column description SqlType(LONGTEXT), Length(2147483647,true), Default(None)

    Definition Classes
    Tables
  49. class Eveicons extends slick.driver.JdbcProfile.API.Table[EveiconsRow]

    Permalink

    Table description of table eveIcons.

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

    Definition Classes
    Tables
  50. case class EveiconsRow(iconid: Int, iconfile: Option[String] = None, description: Option[String] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Eveicons

    Entity class storing rows of table Eveicons

    iconid

    Database column iconID SqlType(INT), PrimaryKey

    iconfile

    Database column iconFile SqlType(VARCHAR), Length(500,true), Default(None)

    description

    Database column description SqlType(LONGTEXT), Length(2147483647,true), Default(None)

    Definition Classes
    Tables
  51. class Eveunits extends slick.driver.JdbcProfile.API.Table[EveunitsRow]

    Permalink

    Table description of table eveUnits.

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

    Definition Classes
    Tables
  52. case class EveunitsRow(unitid: Byte, unitname: Option[String] = None, displayname: Option[String] = None, description: Option[String] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Eveunits

    Entity class storing rows of table Eveunits

    unitid

    Database column unitID SqlType(TINYINT UNSIGNED), PrimaryKey

    unitname

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

    displayname

    Database column displayName SqlType(VARCHAR), Length(50,true), Default(None)

    description

    Database column description SqlType(VARCHAR), Length(1000,true), Default(None)

    Definition Classes
    Tables
  53. class Industryactivity extends slick.driver.JdbcProfile.API.Table[IndustryactivityRow]

    Permalink

    Table description of table industryActivity.

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

    Definition Classes
    Tables
  54. case class IndustryactivityRow(typeid: Int, activityid: Int, time: Option[Int] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Industryactivity

    Entity class storing rows of table Industryactivity

    typeid

    Database column typeID SqlType(INT)

    activityid

    Database column activityID SqlType(INT)

    time

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

    Definition Classes
    Tables
  55. class Industryactivitymaterials extends slick.driver.JdbcProfile.API.Table[IndustryactivitymaterialsRow]

    Permalink

    Table description of table industryActivityMaterials.

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

    Definition Classes
    Tables
  56. case class IndustryactivitymaterialsRow(typeid: Option[Int] = None, activityid: Option[Int] = None, materialtypeid: Option[Int] = None, quantity: Option[Int] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Industryactivitymaterials

    Entity class storing rows of table Industryactivitymaterials

    typeid

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

    activityid

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

    materialtypeid

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

    quantity

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

    Definition Classes
    Tables
  57. class Industryactivityprobabilities extends slick.driver.JdbcProfile.API.Table[IndustryactivityprobabilitiesRow]

    Permalink

    Table description of table industryActivityProbabilities.

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

    Definition Classes
    Tables
  58. case class IndustryactivityprobabilitiesRow(typeid: Option[Int] = None, activityid: Option[Int] = None, producttypeid: Option[Int] = None, probability: Option[BigDecimal] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Industryactivityprobabilities

    Entity class storing rows of table Industryactivityprobabilities

    typeid

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

    activityid

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

    producttypeid

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

    probability

    Database column probability SqlType(DECIMAL), Default(None)

    Definition Classes
    Tables
  59. class Industryactivityproducts extends slick.driver.JdbcProfile.API.Table[IndustryactivityproductsRow]

    Permalink

    Table description of table industryActivityProducts.

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

    Definition Classes
    Tables
  60. case class IndustryactivityproductsRow(typeid: Option[Int] = None, activityid: Option[Int] = None, producttypeid: Option[Int] = None, quantity: Option[Int] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Industryactivityproducts

    Entity class storing rows of table Industryactivityproducts

    typeid

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

    activityid

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

    producttypeid

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

    quantity

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

    Definition Classes
    Tables
  61. class Industryactivityskills extends slick.driver.JdbcProfile.API.Table[IndustryactivityskillsRow]

    Permalink

    Table description of table industryActivitySkills.

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

    Definition Classes
    Tables
  62. case class IndustryactivityskillsRow(typeid: Option[Int] = None, activityid: Option[Int] = None, skillid: Option[Int] = None, level: Option[Int] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Industryactivityskills

    Entity class storing rows of table Industryactivityskills

    typeid

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

    activityid

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

    skillid

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

    level

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

    Definition Classes
    Tables
  63. class Industryblueprints extends slick.driver.JdbcProfile.API.Table[IndustryblueprintsRow]

    Permalink

    Table description of table industryBlueprints.

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

    Definition Classes
    Tables
  64. case class IndustryblueprintsRow(typeid: Int, maxproductionlimit: Option[Int] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Industryblueprints

    Entity class storing rows of table Industryblueprints

    typeid

    Database column typeID SqlType(INT), PrimaryKey

    maxproductionlimit

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

    Definition Classes
    Tables
  65. class Invcategories extends slick.driver.JdbcProfile.API.Table[InvcategoriesRow]

    Permalink

    Table description of table invCategories.

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

    Definition Classes
    Tables
  66. case class InvcategoriesRow(categoryid: Int, categoryname: Option[String] = None, iconid: Option[Long] = None, published: Option[Boolean] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Invcategories

    Entity class storing rows of table Invcategories

    categoryid

    Database column categoryID SqlType(INT), PrimaryKey

    categoryname

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

    iconid

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

    published

    Database column published SqlType(BIT), Default(None)

    Definition Classes
    Tables
  67. class Invcontrabandtypes extends slick.driver.JdbcProfile.API.Table[InvcontrabandtypesRow]

    Permalink

    Table description of table invContrabandTypes.

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

    Definition Classes
    Tables
  68. case class InvcontrabandtypesRow(factionid: Int, typeid: Int, standingloss: Option[Double] = None, confiscateminsec: Option[Double] = None, finebyvalue: Option[Double] = None, attackminsec: Option[Double] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Invcontrabandtypes

    Entity class storing rows of table Invcontrabandtypes

    factionid

    Database column factionID SqlType(INT)

    typeid

    Database column typeID SqlType(INT)

    standingloss

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

    confiscateminsec

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

    finebyvalue

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

    attackminsec

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

    Definition Classes
    Tables
  69. class Invcontroltowerresourcepurposes extends slick.driver.JdbcProfile.API.Table[InvcontroltowerresourcepurposesRow]

    Permalink

    Table description of table invControlTowerResourcePurposes.

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

    Definition Classes
    Tables
  70. case class InvcontroltowerresourcepurposesRow(purpose: Byte, purposetext: Option[String] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Invcontroltowerresourcepurposes

    Entity class storing rows of table Invcontroltowerresourcepurposes

    purpose

    Database column purpose SqlType(TINYINT UNSIGNED), PrimaryKey

    purposetext

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

    Definition Classes
    Tables
  71. class Invcontroltowerresources extends slick.driver.JdbcProfile.API.Table[InvcontroltowerresourcesRow]

    Permalink

    Table description of table invControlTowerResources.

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

    Definition Classes
    Tables
  72. case class InvcontroltowerresourcesRow(controltowertypeid: Int, resourcetypeid: Int, purpose: Option[Byte] = None, quantity: Option[Int] = None, minsecuritylevel: Option[Double] = None, factionid: Option[Int] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Invcontroltowerresources

    Entity class storing rows of table Invcontroltowerresources

    controltowertypeid

    Database column controlTowerTypeID SqlType(INT)

    resourcetypeid

    Database column resourceTypeID SqlType(INT)

    purpose

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

    quantity

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

    minsecuritylevel

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

    factionid

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

    Definition Classes
    Tables
  73. class Invflags extends slick.driver.JdbcProfile.API.Table[InvflagsRow]

    Permalink

    Table description of table invFlags.

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

    Definition Classes
    Tables
  74. case class InvflagsRow(flagid: Short, flagname: Option[String] = None, flagtext: Option[String] = None, orderid: Option[Int] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Invflags

    Entity class storing rows of table Invflags

    flagid

    Database column flagID SqlType(SMALLINT), PrimaryKey

    flagname

    Database column flagName SqlType(VARCHAR), Length(200,true), Default(None)

    flagtext

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

    orderid

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

    Definition Classes
    Tables
  75. class Invgroups extends slick.driver.JdbcProfile.API.Table[InvgroupsRow]

    Permalink

    Table description of table invGroups.

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

    Definition Classes
    Tables
  76. case class InvgroupsRow(groupid: Int, categoryid: Option[Int] = None, groupname: Option[String] = None, iconid: Option[Long] = None, usebaseprice: Option[Boolean] = None, anchored: Option[Boolean] = None, anchorable: Option[Boolean] = None, fittablenonsingleton: Option[Boolean] = None, published: Option[Boolean] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Invgroups

    Entity class storing rows of table Invgroups

    groupid

    Database column groupID SqlType(INT), PrimaryKey

    categoryid

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

    groupname

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

    iconid

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

    usebaseprice

    Database column useBasePrice SqlType(BIT), Default(None)

    anchored

    Database column anchored SqlType(BIT), Default(None)

    anchorable

    Database column anchorable SqlType(BIT), Default(None)

    fittablenonsingleton

    Database column fittableNonSingleton SqlType(BIT), Default(None)

    published

    Database column published SqlType(BIT), Default(None)

    Definition Classes
    Tables
  77. class Invitems extends slick.driver.JdbcProfile.API.Table[InvitemsRow]

    Permalink

    Table description of table invItems.

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

    Definition Classes
    Tables
  78. case class InvitemsRow(itemid: Long, typeid: Int, ownerid: Int, locationid: Long, flagid: Short, quantity: Int) extends Product with Serializable

    Permalink

    Entity class storing rows of table Invitems

    Entity class storing rows of table Invitems

    itemid

    Database column itemID SqlType(BIGINT), PrimaryKey

    typeid

    Database column typeID SqlType(INT)

    ownerid

    Database column ownerID SqlType(INT)

    locationid

    Database column locationID SqlType(BIGINT)

    flagid

    Database column flagID SqlType(SMALLINT)

    quantity

    Database column quantity SqlType(INT)

    Definition Classes
    Tables
  79. class Invmarketgroups extends slick.driver.JdbcProfile.API.Table[InvmarketgroupsRow]

    Permalink

    Table description of table invMarketGroups.

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

    Definition Classes
    Tables
  80. case class InvmarketgroupsRow(marketgroupid: Int, parentgroupid: Option[Int] = None, marketgroupname: Option[String] = None, description: Option[String] = None, iconid: Option[Int] = None, hastypes: Option[Boolean] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Invmarketgroups

    Entity class storing rows of table Invmarketgroups

    marketgroupid

    Database column marketGroupID SqlType(INT), PrimaryKey

    parentgroupid

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

    marketgroupname

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

    description

    Database column description SqlType(VARCHAR), Length(3000,true), Default(None)

    iconid

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

    hastypes

    Database column hasTypes SqlType(BIT), Default(None)

    Definition Classes
    Tables
  81. class Invmetagroups extends slick.driver.JdbcProfile.API.Table[InvmetagroupsRow]

    Permalink

    Table description of table invMetaGroups.

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

    Definition Classes
    Tables
  82. case class InvmetagroupsRow(metagroupid: Short, metagroupname: Option[String] = None, description: Option[String] = None, iconid: Option[Int] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Invmetagroups

    Entity class storing rows of table Invmetagroups

    metagroupid

    Database column metaGroupID SqlType(SMALLINT), PrimaryKey

    metagroupname

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

    description

    Database column description SqlType(VARCHAR), Length(1000,true), Default(None)

    iconid

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

    Definition Classes
    Tables
  83. class Invmetatypes extends slick.driver.JdbcProfile.API.Table[InvmetatypesRow]

    Permalink

    Table description of table invMetaTypes.

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

    Definition Classes
    Tables
  84. case class InvmetatypesRow(typeid: Int, parenttypeid: Option[Int] = None, metagroupid: Option[Short] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Invmetatypes

    Entity class storing rows of table Invmetatypes

    typeid

    Database column typeID SqlType(INT), PrimaryKey

    parenttypeid

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

    metagroupid

    Database column metaGroupID SqlType(SMALLINT), Default(None)

    Definition Classes
    Tables
  85. class Invnames extends slick.driver.JdbcProfile.API.Table[InvnamesRow]

    Permalink

    Table description of table invNames.

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

    Definition Classes
    Tables
  86. case class InvnamesRow(itemid: Long, itemname: String) extends Product with Serializable

    Permalink

    Entity class storing rows of table Invnames

    Entity class storing rows of table Invnames

    itemid

    Database column itemID SqlType(BIGINT), PrimaryKey

    itemname

    Database column itemName SqlType(VARCHAR), Length(200,true)

    Definition Classes
    Tables
  87. class Invpositions extends slick.driver.JdbcProfile.API.Table[InvpositionsRow]

    Permalink

    Table description of table invPositions.

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

    Definition Classes
    Tables
  88. case class InvpositionsRow(itemid: Long, x: Double = 0.0, y: Double = 0.0, z: Double = 0.0, yaw: Option[Float] = None, pitch: Option[Float] = None, roll: Option[Float] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Invpositions

    Entity class storing rows of table Invpositions

    itemid

    Database column itemID SqlType(BIGINT), PrimaryKey

    x

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

    y

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

    z

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

    yaw

    Database column yaw SqlType(FLOAT), Default(None)

    pitch

    Database column pitch SqlType(FLOAT), Default(None)

    roll

    Database column roll SqlType(FLOAT), Default(None)

    Definition Classes
    Tables
  89. class Invtraits extends slick.driver.JdbcProfile.API.Table[InvtraitsRow]

    Permalink

    Table description of table invTraits.

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

    Definition Classes
    Tables
  90. case class InvtraitsRow(traitid: Int, typeid: Option[Int] = None, skillid: Option[Int] = None, bonus: Option[Double] = None, bonustext: Option[String] = None, unitid: Option[Int] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Invtraits

    Entity class storing rows of table Invtraits

    traitid

    Database column traitID SqlType(INT), AutoInc, PrimaryKey

    typeid

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

    skillid

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

    bonus

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

    bonustext

    Database column bonusText SqlType(LONGTEXT), Length(2147483647,true), Default(None)

    unitid

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

    Definition Classes
    Tables
  91. class Invtypematerials extends slick.driver.JdbcProfile.API.Table[InvtypematerialsRow]

    Permalink

    Table description of table invTypeMaterials.

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

    Definition Classes
    Tables
  92. case class InvtypematerialsRow(typeid: Int, materialtypeid: Int, quantity: Int = 0) extends Product with Serializable

    Permalink

    Entity class storing rows of table Invtypematerials

    Entity class storing rows of table Invtypematerials

    typeid

    Database column typeID SqlType(INT)

    materialtypeid

    Database column materialTypeID SqlType(INT)

    quantity

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

    Definition Classes
    Tables
  93. class Invtypereactions extends slick.driver.JdbcProfile.API.Table[InvtypereactionsRow]

    Permalink

    Table description of table invTypeReactions.

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

    Definition Classes
    Tables
  94. case class InvtypereactionsRow(reactiontypeid: Int, input: Boolean, typeid: Int, quantity: Option[Short] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Invtypereactions

    Entity class storing rows of table Invtypereactions

    reactiontypeid

    Database column reactionTypeID SqlType(INT)

    input

    Database column input SqlType(BIT)

    typeid

    Database column typeID SqlType(INT)

    quantity

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

    Definition Classes
    Tables
  95. class Invtypes extends slick.driver.JdbcProfile.API.Table[InvtypesRow]

    Permalink

    Table description of table invTypes.

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

    Definition Classes
    Tables
  96. case class InvtypesRow(typeid: Int, groupid: Option[Int] = None, typename: Option[String] = None, description: Option[String] = None, mass: Option[Double] = None, volume: Option[Double] = None, capacity: Option[Double] = None, portionsize: Option[Int] = None, raceid: Option[Short] = None, baseprice: Option[BigDecimal] = None, published: Option[Boolean] = None, marketgroupid: Option[Long] = None, iconid: Option[Long] = None, soundid: Option[Long] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Invtypes

    Entity class storing rows of table Invtypes

    typeid

    Database column typeID SqlType(INT), PrimaryKey

    groupid

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

    typename

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

    description

    Database column description SqlType(LONGTEXT), Length(2147483647,true), Default(None)

    mass

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

    volume

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

    capacity

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

    portionsize

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

    raceid

    Database column raceID SqlType(SMALLINT), Default(None)

    baseprice

    Database column basePrice SqlType(DECIMAL), Default(None)

    published

    Database column published SqlType(BIT), Default(None)

    marketgroupid

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

    iconid

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

    soundid

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

    Definition Classes
    Tables
  97. class Invuniquenames extends slick.driver.JdbcProfile.API.Table[InvuniquenamesRow]

    Permalink

    Table description of table invUniqueNames.

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

    Definition Classes
    Tables
  98. case class InvuniquenamesRow(itemid: Int, itemname: String, groupid: Option[Int] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Invuniquenames

    Entity class storing rows of table Invuniquenames

    itemid

    Database column itemID SqlType(INT), PrimaryKey

    itemname

    Database column itemName SqlType(VARCHAR), Length(200,true)

    groupid

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

    Definition Classes
    Tables
  99. class Mapcelestialstatistics extends slick.driver.JdbcProfile.API.Table[MapcelestialstatisticsRow]

    Permalink

    Table description of table mapCelestialStatistics.

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

    Definition Classes
    Tables
  100. case class MapcelestialstatisticsRow(celestialid: Int, temperature: Option[Double] = None, spectralclass: Option[String] = None, luminosity: Option[Double] = None, age: Option[Double] = None, life: Option[Double] = None, orbitradius: Option[Double] = None, eccentricity: Option[Double] = None, massdust: Option[Double] = None, massgas: Option[Double] = None, fragmented: Option[Int] = None, density: Option[Double] = None, surfacegravity: Option[Double] = None, escapevelocity: Option[Double] = None, orbitperiod: Option[Double] = None, rotationrate: Option[Double] = None, locked: Option[Int] = None, pressure: Option[Long] = None, radius: Option[Long] = None, mass: Option[Int] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Mapcelestialstatistics

    Entity class storing rows of table Mapcelestialstatistics

    celestialid

    Database column celestialID SqlType(INT), AutoInc, PrimaryKey

    temperature

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

    spectralclass

    Database column spectralClass SqlType(VARCHAR), Length(10,true), Default(None)

    luminosity

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

    age

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

    life

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

    orbitradius

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

    eccentricity

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

    massdust

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

    massgas

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

    fragmented

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

    density

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

    surfacegravity

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

    escapevelocity

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

    orbitperiod

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

    rotationrate

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

    locked

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

    pressure

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

    radius

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

    mass

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

    Definition Classes
    Tables
  101. class Mapconstellationjumps extends slick.driver.JdbcProfile.API.Table[MapconstellationjumpsRow]

    Permalink

    Table description of table mapConstellationJumps.

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

    Definition Classes
    Tables
  102. case class MapconstellationjumpsRow(fromregionid: Option[Long] = None, fromconstellationid: Long, toconstellationid: Long, toregionid: Option[Long] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Mapconstellationjumps

    Entity class storing rows of table Mapconstellationjumps

    fromregionid

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

    fromconstellationid

    Database column fromConstellationID SqlType(BIGINT)

    toconstellationid

    Database column toConstellationID SqlType(BIGINT)

    toregionid

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

    Definition Classes
    Tables
  103. class Mapconstellations extends slick.driver.JdbcProfile.API.Table[MapconstellationsRow]

    Permalink

    Table description of table mapConstellations.

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

    Definition Classes
    Tables
  104. case class MapconstellationsRow(regionid: Option[Int] = None, constellationid: Int, constellationname: Option[String] = None, x: Option[Double] = None, y: Option[Double] = None, z: Option[Double] = None, xmin: Option[Double] = None, xmax: Option[Double] = None, ymin: Option[Double] = None, ymax: Option[Double] = None, zmin: Option[Double] = None, zmax: Option[Double] = None, factionid: Option[Int] = None, radius: Option[Double] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Mapconstellations

    Entity class storing rows of table Mapconstellations

    regionid

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

    constellationid

    Database column constellationID SqlType(INT), AutoInc, PrimaryKey

    constellationname

    Database column constellationName SqlType(VARCHAR), Length(100,true), 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)

    xmin

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

    xmax

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

    ymin

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

    ymax

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

    zmin

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

    zmax

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

    factionid

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

    radius

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

    Definition Classes
    Tables
  105. class Mapdenormalize extends slick.driver.JdbcProfile.API.Table[MapdenormalizeRow]

    Permalink

    Table description of table mapDenormalize.

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

    Definition Classes
    Tables
  106. 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

    Permalink

    Entity class storing rows of table Mapdenormalize

    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)

    Definition Classes
    Tables
  107. class Mapjumps extends slick.driver.JdbcProfile.API.Table[MapjumpsRow]

    Permalink

    Table description of table mapJumps.

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

    Definition Classes
    Tables
  108. case class MapjumpsRow(stargateid: Long, destinationid: Option[Long] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Mapjumps

    Entity class storing rows of table Mapjumps

    stargateid

    Database column stargateID SqlType(BIGINT), PrimaryKey

    destinationid

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

    Definition Classes
    Tables
  109. class Maplandmarks extends slick.driver.JdbcProfile.API.Table[MaplandmarksRow]

    Permalink

    Table description of table mapLandmarks.

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

    Definition Classes
    Tables
  110. case class MaplandmarksRow(landmarkid: Long, landmarkname: Option[String] = None, description: Option[String] = None, locationid: Option[Long] = None, x: Option[Double] = None, y: Option[Double] = None, z: Option[Double] = None, iconid: Option[Long] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Maplandmarks

    Entity class storing rows of table Maplandmarks

    landmarkid

    Database column landmarkID SqlType(BIGINT), PrimaryKey

    landmarkname

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

    description

    Database column description SqlType(LONGTEXT), Length(2147483647,true), Default(None)

    locationid

    Database column locationID SqlType(BIGINT), 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)

    iconid

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

    Definition Classes
    Tables
  111. class Maplocationscenes extends slick.driver.JdbcProfile.API.Table[MaplocationscenesRow]

    Permalink

    Table description of table mapLocationScenes.

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

    Definition Classes
    Tables
  112. case class MaplocationscenesRow(locationid: Int, graphicid: Option[Int] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Maplocationscenes

    Entity class storing rows of table Maplocationscenes

    locationid

    Database column locationID SqlType(INT), AutoInc, PrimaryKey

    graphicid

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

    Definition Classes
    Tables
  113. class Maplocationwormholeclasses extends slick.driver.JdbcProfile.API.Table[MaplocationwormholeclassesRow]

    Permalink

    Table description of table mapLocationWormholeClasses.

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

    Definition Classes
    Tables
  114. case class MaplocationwormholeclassesRow(locationid: Int, wormholeclassid: Option[Int] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Maplocationwormholeclasses

    Entity class storing rows of table Maplocationwormholeclasses

    locationid

    Database column locationID SqlType(INT), AutoInc, PrimaryKey

    wormholeclassid

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

    Definition Classes
    Tables
  115. class Mapregionjumps extends slick.driver.JdbcProfile.API.Table[MapregionjumpsRow]

    Permalink

    Table description of table mapRegionJumps.

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

    Definition Classes
    Tables
  116. case class MapregionjumpsRow(fromregionid: Long, toregionid: Long) extends Product with Serializable

    Permalink

    Entity class storing rows of table Mapregionjumps

    Entity class storing rows of table Mapregionjumps

    fromregionid

    Database column fromRegionID SqlType(BIGINT)

    toregionid

    Database column toRegionID SqlType(BIGINT)

    Definition Classes
    Tables
  117. class Mapregions extends slick.driver.JdbcProfile.API.Table[MapregionsRow]

    Permalink

    Table description of table mapRegions.

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

    Definition Classes
    Tables
  118. case class MapregionsRow(regionid: Int, regionname: Option[String] = None, x: Option[Double] = None, y: Option[Double] = None, z: Option[Double] = None, xmin: Option[Double] = None, xmax: Option[Double] = None, ymin: Option[Double] = None, ymax: Option[Double] = None, zmin: Option[Double] = None, zmax: Option[Double] = None, factionid: Option[Int] = None, radius: Option[Double] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Mapregions

    Entity class storing rows of table Mapregions

    regionid

    Database column regionID SqlType(INT), AutoInc, PrimaryKey

    regionname

    Database column regionName SqlType(VARCHAR), Length(100,true), 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)

    xmin

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

    xmax

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

    ymin

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

    ymax

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

    zmin

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

    zmax

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

    factionid

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

    radius

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

    Definition Classes
    Tables
  119. class Mapsolarsystemjumps extends slick.driver.JdbcProfile.API.Table[MapsolarsystemjumpsRow]

    Permalink

    Table description of table mapSolarSystemJumps.

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

    Definition Classes
    Tables
  120. case class MapsolarsystemjumpsRow(fromregionid: Option[Long] = None, fromconstellationid: Option[Long] = None, fromsolarsystemid: Long, tosolarsystemid: Long, toconstellationid: Option[Long] = None, toregionid: Option[Long] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Mapsolarsystemjumps

    Entity class storing rows of table Mapsolarsystemjumps

    fromregionid

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

    fromconstellationid

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

    fromsolarsystemid

    Database column fromSolarSystemID SqlType(BIGINT)

    tosolarsystemid

    Database column toSolarSystemID SqlType(BIGINT)

    toconstellationid

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

    toregionid

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

    Definition Classes
    Tables
  121. class Mapsolarsystems extends slick.driver.JdbcProfile.API.Table[MapsolarsystemsRow]

    Permalink

    Table description of table mapSolarSystems.

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

    Definition Classes
    Tables
  122. type MapsolarsystemsRow = HCons[Option[Int], HCons[Option[Int], HCons[Int, HCons[Option[String], HCons[Option[Double], HCons[Option[Double], HCons[Option[Double], HCons[Option[Double], HCons[Option[Double], HCons[Option[Double], HCons[Option[Double], HCons[Option[Double], HCons[Option[Double], HCons[Option[Double], HCons[Option[Long], HCons[Option[Long], HCons[Option[Long], HCons[Option[Long], HCons[Option[Long], HCons[Option[Long], HCons[Option[Long], HCons[Option[Double], HCons[Option[Int], HCons[Option[Double], HCons[Option[Int], HCons[Option[String], HNil]]]]]]]]]]]]]]]]]]]]]]]]]]

    Permalink

    Row type of table Mapsolarsystems

    Row type of table Mapsolarsystems

    Definition Classes
    Tables
  123. class Mapuniverse extends slick.driver.JdbcProfile.API.Table[MapuniverseRow]

    Permalink

    Table description of table mapUniverse.

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

    Definition Classes
    Tables
  124. case class MapuniverseRow(universeid: Int, universename: Option[String] = None, x: Option[Double] = None, y: Option[Double] = None, z: Option[Double] = None, xmin: Option[Double] = None, xmax: Option[Double] = None, ymin: Option[Double] = None, ymax: Option[Double] = None, zmin: Option[Double] = None, zmax: Option[Double] = None, radius: Option[Double] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Mapuniverse

    Entity class storing rows of table Mapuniverse

    universeid

    Database column universeID SqlType(INT), PrimaryKey

    universename

    Database column universeName SqlType(VARCHAR), Length(100,true), 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)

    xmin

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

    xmax

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

    ymin

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

    ymax

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

    zmin

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

    zmax

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

    radius

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

    Definition Classes
    Tables
  125. class Planetschematics extends slick.driver.JdbcProfile.API.Table[PlanetschematicsRow]

    Permalink

    Table description of table planetSchematics.

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

    Definition Classes
    Tables
  126. case class PlanetschematicsRow(schematicid: Short, schematicname: Option[String] = None, cycletime: Option[Int] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Planetschematics

    Entity class storing rows of table Planetschematics

    schematicid

    Database column schematicID SqlType(SMALLINT), PrimaryKey

    schematicname

    Database column schematicName SqlType(VARCHAR), Length(255,true), Default(None)

    cycletime

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

    Definition Classes
    Tables
  127. class Planetschematicspinmap extends slick.driver.JdbcProfile.API.Table[PlanetschematicspinmapRow]

    Permalink

    Table description of table planetSchematicsPinMap.

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

    Definition Classes
    Tables
  128. case class PlanetschematicspinmapRow(schematicid: Short, pintypeid: Int) extends Product with Serializable

    Permalink

    Entity class storing rows of table Planetschematicspinmap

    Entity class storing rows of table Planetschematicspinmap

    schematicid

    Database column schematicID SqlType(SMALLINT)

    pintypeid

    Database column pinTypeID SqlType(INT)

    Definition Classes
    Tables
  129. class Planetschematicstypemap extends slick.driver.JdbcProfile.API.Table[PlanetschematicstypemapRow]

    Permalink

    Table description of table planetSchematicsTypeMap.

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

    Definition Classes
    Tables
  130. case class PlanetschematicstypemapRow(schematicid: Short, typeid: Int, quantity: Option[Short] = None, isinput: Option[Boolean] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Planetschematicstypemap

    Entity class storing rows of table Planetschematicstypemap

    schematicid

    Database column schematicID SqlType(SMALLINT)

    typeid

    Database column typeID SqlType(INT)

    quantity

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

    isinput

    Database column isInput SqlType(BIT), Default(None)

    Definition Classes
    Tables
  131. class Ramactivities extends slick.driver.JdbcProfile.API.Table[RamactivitiesRow]

    Permalink

    Table description of table ramActivities.

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

    Definition Classes
    Tables
  132. case class RamactivitiesRow(activityid: Byte, activityname: Option[String] = None, iconno: Option[String] = None, description: Option[String] = None, published: Option[Boolean] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Ramactivities

    Entity class storing rows of table Ramactivities

    activityid

    Database column activityID SqlType(TINYINT UNSIGNED), PrimaryKey

    activityname

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

    iconno

    Database column iconNo SqlType(VARCHAR), Length(5,true), Default(None)

    description

    Database column description SqlType(VARCHAR), Length(1000,true), Default(None)

    published

    Database column published SqlType(BIT), Default(None)

    Definition Classes
    Tables
  133. class Ramassemblylinestations extends slick.driver.JdbcProfile.API.Table[RamassemblylinestationsRow]

    Permalink

    Table description of table ramAssemblyLineStations.

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

    Definition Classes
    Tables
  134. case class RamassemblylinestationsRow(stationid: Int, assemblylinetypeid: Byte, quantity: Option[Byte] = None, stationtypeid: Option[Int] = None, ownerid: Option[Int] = None, solarsystemid: Option[Int] = None, regionid: Option[Int] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Ramassemblylinestations

    Entity class storing rows of table Ramassemblylinestations

    stationid

    Database column stationID SqlType(INT)

    assemblylinetypeid

    Database column assemblyLineTypeID SqlType(TINYINT UNSIGNED)

    quantity

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

    stationtypeid

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

    ownerid

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

    solarsystemid

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

    regionid

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

    Definition Classes
    Tables
  135. class Ramassemblylinetypedetailpercategory extends slick.driver.JdbcProfile.API.Table[RamassemblylinetypedetailpercategoryRow]

    Permalink

    Table description of table ramAssemblyLineTypeDetailPerCategory.

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

    Definition Classes
    Tables
  136. case class RamassemblylinetypedetailpercategoryRow(assemblylinetypeid: Byte, categoryid: Int, timemultiplier: Option[Double] = None, materialmultiplier: Option[Double] = None, costmultiplier: Option[Double] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Ramassemblylinetypedetailpercategory

    Entity class storing rows of table Ramassemblylinetypedetailpercategory

    assemblylinetypeid

    Database column assemblyLineTypeID SqlType(TINYINT UNSIGNED)

    categoryid

    Database column categoryID SqlType(INT)

    timemultiplier

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

    materialmultiplier

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

    costmultiplier

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

    Definition Classes
    Tables
  137. class Ramassemblylinetypedetailpergroup extends slick.driver.JdbcProfile.API.Table[RamassemblylinetypedetailpergroupRow]

    Permalink

    Table description of table ramAssemblyLineTypeDetailPerGroup.

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

    Definition Classes
    Tables
  138. case class RamassemblylinetypedetailpergroupRow(assemblylinetypeid: Byte, groupid: Int, timemultiplier: Option[Double] = None, materialmultiplier: Option[Double] = None, costmultiplier: Option[Double] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Ramassemblylinetypedetailpergroup

    Entity class storing rows of table Ramassemblylinetypedetailpergroup

    assemblylinetypeid

    Database column assemblyLineTypeID SqlType(TINYINT UNSIGNED)

    groupid

    Database column groupID SqlType(INT)

    timemultiplier

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

    materialmultiplier

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

    costmultiplier

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

    Definition Classes
    Tables
  139. class Ramassemblylinetypes extends slick.driver.JdbcProfile.API.Table[RamassemblylinetypesRow]

    Permalink

    Table description of table ramAssemblyLineTypes.

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

    Definition Classes
    Tables
  140. case class RamassemblylinetypesRow(assemblylinetypeid: Byte, assemblylinetypename: Option[String] = None, description: Option[String] = None, basetimemultiplier: Option[Double] = None, basematerialmultiplier: Option[Double] = None, basecostmultiplier: Option[Double] = None, volume: Option[Double] = None, activityid: Option[Byte] = None, mincostperhour: Option[Double] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Ramassemblylinetypes

    Entity class storing rows of table Ramassemblylinetypes

    assemblylinetypeid

    Database column assemblyLineTypeID SqlType(TINYINT UNSIGNED), PrimaryKey

    assemblylinetypename

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

    description

    Database column description SqlType(VARCHAR), Length(1000,true), Default(None)

    basetimemultiplier

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

    basematerialmultiplier

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

    basecostmultiplier

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

    volume

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

    activityid

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

    mincostperhour

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

    Definition Classes
    Tables
  141. class Raminstallationtypecontents extends slick.driver.JdbcProfile.API.Table[RaminstallationtypecontentsRow]

    Permalink

    Table description of table ramInstallationTypeContents.

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

    Definition Classes
    Tables
  142. case class RaminstallationtypecontentsRow(installationtypeid: Int, assemblylinetypeid: Byte, quantity: Option[Byte] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Raminstallationtypecontents

    Entity class storing rows of table Raminstallationtypecontents

    installationtypeid

    Database column installationTypeID SqlType(INT)

    assemblylinetypeid

    Database column assemblyLineTypeID SqlType(TINYINT UNSIGNED)

    quantity

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

    Definition Classes
    Tables
  143. class Skinlicense extends slick.driver.JdbcProfile.API.Table[SkinlicenseRow]

    Permalink

    Table description of table skinLicense.

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

    Definition Classes
    Tables
  144. case class SkinlicenseRow(licensetypeid: Int, duration: Option[Int] = None, skinid: Option[Int] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Skinlicense

    Entity class storing rows of table Skinlicense

    licensetypeid

    Database column licenseTypeID SqlType(INT), PrimaryKey

    duration

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

    skinid

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

    Definition Classes
    Tables
  145. class Skinmaterials extends slick.driver.JdbcProfile.API.Table[SkinmaterialsRow]

    Permalink

    Table description of table skinMaterials.

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

    Definition Classes
    Tables
  146. case class SkinmaterialsRow(skinmaterialid: Int, displaynameid: Option[Int] = None, materialsetid: Option[Int] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Skinmaterials

    Entity class storing rows of table Skinmaterials

    skinmaterialid

    Database column skinMaterialID SqlType(INT), PrimaryKey

    displaynameid

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

    materialsetid

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

    Definition Classes
    Tables
  147. class Skins extends slick.driver.JdbcProfile.API.Table[SkinsRow]

    Permalink

    Table description of table skins.

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

    Definition Classes
    Tables
  148. case class SkinsRow(skinid: Int, internalname: Option[String] = None, skinmaterialid: Option[Int] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Skins

    Entity class storing rows of table Skins

    skinid

    Database column skinID SqlType(INT), PrimaryKey

    internalname

    Database column internalName SqlType(VARCHAR), Length(70,true), Default(None)

    skinmaterialid

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

    Definition Classes
    Tables
  149. class Skinship extends slick.driver.JdbcProfile.API.Table[SkinshipRow]

    Permalink

    Table description of table skinShip.

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

    Definition Classes
    Tables
  150. case class SkinshipRow(skinid: Option[Int] = None, typeid: Option[Int] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Skinship

    Entity class storing rows of table Skinship

    skinid

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

    typeid

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

    Definition Classes
    Tables
  151. class Staoperations extends slick.driver.JdbcProfile.API.Table[StaoperationsRow]

    Permalink

    Table description of table staOperations.

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

    Definition Classes
    Tables
  152. case class StaoperationsRow(activityid: Option[Byte] = None, operationid: Byte, operationname: Option[String] = None, description: Option[String] = None, fringe: Option[Byte] = None, corridor: Option[Byte] = None, hub: Option[Byte] = None, border: Option[Byte] = None, ratio: Option[Byte] = None, caldaristationtypeid: Option[Int] = None, minmatarstationtypeid: Option[Int] = None, amarrstationtypeid: Option[Int] = None, gallentestationtypeid: Option[Int] = None, jovestationtypeid: Option[Int] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Staoperations

    Entity class storing rows of table Staoperations

    activityid

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

    operationid

    Database column operationID SqlType(TINYINT UNSIGNED), PrimaryKey

    operationname

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

    description

    Database column description SqlType(VARCHAR), Length(1000,true), Default(None)

    fringe

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

    corridor

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

    hub

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

    border

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

    ratio

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

    caldaristationtypeid

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

    minmatarstationtypeid

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

    amarrstationtypeid

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

    gallentestationtypeid

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

    jovestationtypeid

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

    Definition Classes
    Tables
  153. class Staoperationservices extends slick.driver.JdbcProfile.API.Table[StaoperationservicesRow]

    Permalink

    Table description of table staOperationServices.

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

    Definition Classes
    Tables
  154. case class StaoperationservicesRow(operationid: Byte, serviceid: Int) extends Product with Serializable

    Permalink

    Entity class storing rows of table Staoperationservices

    Entity class storing rows of table Staoperationservices

    operationid

    Database column operationID SqlType(TINYINT UNSIGNED)

    serviceid

    Database column serviceID SqlType(INT)

    Definition Classes
    Tables
  155. class Staservices extends slick.driver.JdbcProfile.API.Table[StaservicesRow]

    Permalink

    Table description of table staServices.

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

    Definition Classes
    Tables
  156. case class StaservicesRow(serviceid: Int, servicename: Option[String] = None, description: Option[String] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Staservices

    Entity class storing rows of table Staservices

    serviceid

    Database column serviceID SqlType(INT), PrimaryKey

    servicename

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

    description

    Database column description SqlType(VARCHAR), Length(1000,true), Default(None)

    Definition Classes
    Tables
  157. class Stastations extends slick.driver.JdbcProfile.API.Table[StastationsRow]

    Permalink

    Table description of table staStations.

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

    Definition Classes
    Tables
  158. case class StastationsRow(stationid: Int, security: Option[Short] = None, dockingcostpervolume: Option[Double] = None, maxshipvolumedockable: Option[Double] = None, officerentalcost: Option[Int] = None, operationid: Option[Byte] = None, stationtypeid: Option[Int] = None, corporationid: Option[Int] = None, solarsystemid: Option[Int] = None, constellationid: Option[Int] = None, regionid: Option[Int] = None, stationname: Option[String] = None, x: Option[Double] = None, y: Option[Double] = None, z: Option[Double] = None, reprocessingefficiency: Option[Double] = None, reprocessingstationstake: Option[Double] = None, reprocessinghangarflag: Option[Byte] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Stastations

    Entity class storing rows of table Stastations

    stationid

    Database column stationID SqlType(INT), PrimaryKey

    security

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

    dockingcostpervolume

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

    maxshipvolumedockable

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

    officerentalcost

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

    operationid

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

    stationtypeid

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

    corporationid

    Database column corporationID 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)

    stationname

    Database column stationName SqlType(VARCHAR), Length(100,true), 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)

    reprocessingefficiency

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

    reprocessingstationstake

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

    reprocessinghangarflag

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

    Definition Classes
    Tables
  159. class Stastationtypes extends slick.driver.JdbcProfile.API.Table[StastationtypesRow]

    Permalink

    Table description of table staStationTypes.

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

    Definition Classes
    Tables
  160. case class StastationtypesRow(stationtypeid: Int, dockentryx: Option[Double] = None, dockentryy: Option[Double] = None, dockentryz: Option[Double] = None, dockorientationx: Option[Double] = None, dockorientationy: Option[Double] = None, dockorientationz: Option[Double] = None, operationid: Option[Byte] = None, officeslots: Option[Byte] = None, reprocessingefficiency: Option[Double] = None, conquerable: Option[Boolean] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Stastationtypes

    Entity class storing rows of table Stastationtypes

    stationtypeid

    Database column stationTypeID SqlType(INT), PrimaryKey

    dockentryx

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

    dockentryy

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

    dockentryz

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

    dockorientationx

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

    dockorientationy

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

    dockorientationz

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

    operationid

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

    officeslots

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

    reprocessingefficiency

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

    conquerable

    Database column conquerable SqlType(BIT), Default(None)

    Definition Classes
    Tables
  161. class Translationtables extends slick.driver.JdbcProfile.API.Table[TranslationtablesRow]

    Permalink

    Table description of table translationTables.

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

    Definition Classes
    Tables
  162. case class TranslationtablesRow(sourcetable: String, destinationtable: Option[String] = None, translatedkey: String, tcgroupid: Option[Int] = None, tcid: Option[Int] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Translationtables

    Entity class storing rows of table Translationtables

    sourcetable

    Database column sourceTable SqlType(VARCHAR), Length(200,true)

    destinationtable

    Database column destinationTable SqlType(VARCHAR), Length(200,true), Default(None)

    translatedkey

    Database column translatedKey SqlType(VARCHAR), Length(200,true)

    tcgroupid

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

    tcid

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

    Definition Classes
    Tables
  163. class Trntranslationcolumns extends slick.driver.JdbcProfile.API.Table[TrntranslationcolumnsRow]

    Permalink

    Table description of table trnTranslationColumns.

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

    Definition Classes
    Tables
  164. case class TrntranslationcolumnsRow(tcgroupid: Option[Short] = None, tcid: Short, tablename: String, columnname: String, masterid: Option[String] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Trntranslationcolumns

    Entity class storing rows of table Trntranslationcolumns

    tcgroupid

    Database column tcGroupID SqlType(SMALLINT), Default(None)

    tcid

    Database column tcID SqlType(SMALLINT), PrimaryKey

    tablename

    Database column tableName SqlType(VARCHAR), Length(256,true)

    columnname

    Database column columnName SqlType(VARCHAR), Length(128,true)

    masterid

    Database column masterID SqlType(VARCHAR), Length(128,true), Default(None)

    Definition Classes
    Tables
  165. class Trntranslationlanguages extends slick.driver.JdbcProfile.API.Table[TrntranslationlanguagesRow]

    Permalink

    Table description of table trnTranslationLanguages.

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

    Definition Classes
    Tables
  166. case class TrntranslationlanguagesRow(numericlanguageid: Int, languageid: Option[String] = None, languagename: Option[String] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Trntranslationlanguages

    Entity class storing rows of table Trntranslationlanguages

    numericlanguageid

    Database column numericLanguageID SqlType(INT), PrimaryKey

    languageid

    Database column languageID SqlType(VARCHAR), Length(50,true), Default(None)

    languagename

    Database column languageName SqlType(VARCHAR), Length(200,true), Default(None)

    Definition Classes
    Tables
  167. class Trntranslations extends slick.driver.JdbcProfile.API.Table[TrntranslationsRow]

    Permalink

    Table description of table trnTranslations.

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

    Definition Classes
    Tables
  168. case class TrntranslationsRow(tcid: Short, keyid: Int, languageid: String, text: String) extends Product with Serializable

    Permalink

    Entity class storing rows of table Trntranslations

    Entity class storing rows of table Trntranslations

    tcid

    Database column tcID SqlType(SMALLINT)

    keyid

    Database column keyID SqlType(INT)

    languageid

    Database column languageID SqlType(VARCHAR), Length(50,true)

    text

    Database column text SqlType(LONGTEXT), Length(2147483647,true)

    Definition Classes
    Tables
  169. class Warcombatzones extends slick.driver.JdbcProfile.API.Table[WarcombatzonesRow]

    Permalink

    Table description of table warCombatZones.

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

    Definition Classes
    Tables
  170. case class WarcombatzonesRow(combatzoneid: Int = 1, combatzonename: Option[String] = None, factionid: Option[Int] = None, centersystemid: Option[Int] = None, description: Option[String] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Warcombatzones

    Entity class storing rows of table Warcombatzones

    combatzoneid

    Database column combatZoneID SqlType(INT), PrimaryKey, Default(-1)

    combatzonename

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

    factionid

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

    centersystemid

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

    description

    Database column description SqlType(VARCHAR), Length(500,true), Default(None)

    Definition Classes
    Tables
  171. class Warcombatzonesystems extends slick.driver.JdbcProfile.API.Table[WarcombatzonesystemsRow]

    Permalink

    Table description of table warCombatZoneSystems.

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

    Definition Classes
    Tables
  172. case class WarcombatzonesystemsRow(solarsystemid: Int, combatzoneid: Option[Int] = None) extends Product with Serializable

    Permalink

    Entity class storing rows of table Warcombatzonesystems

    Entity class storing rows of table Warcombatzonesystems

    solarsystemid

    Database column solarSystemID SqlType(INT), PrimaryKey

    combatzoneid

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

    Definition Classes
    Tables

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. lazy val Agtagents: TableQuery[Agtagents]

    Permalink

    Collection-like TableQuery object for table Agtagents

    Collection-like TableQuery object for table Agtagents

    Definition Classes
    Tables
  5. lazy val Agtagenttypes: TableQuery[Agtagenttypes]

    Permalink

    Collection-like TableQuery object for table Agtagenttypes

    Collection-like TableQuery object for table Agtagenttypes

    Definition Classes
    Tables
  6. lazy val Agtresearchagents: TableQuery[Agtresearchagents]

    Permalink

    Collection-like TableQuery object for table Agtresearchagents

    Collection-like TableQuery object for table Agtresearchagents

    Definition Classes
    Tables
  7. lazy val Certcerts: TableQuery[Certcerts]

    Permalink

    Collection-like TableQuery object for table Certcerts

    Collection-like TableQuery object for table Certcerts

    Definition Classes
    Tables
  8. lazy val Certmasteries: TableQuery[Certmasteries]

    Permalink

    Collection-like TableQuery object for table Certmasteries

    Collection-like TableQuery object for table Certmasteries

    Definition Classes
    Tables
  9. lazy val Certskills: TableQuery[Certskills]

    Permalink

    Collection-like TableQuery object for table Certskills

    Collection-like TableQuery object for table Certskills

    Definition Classes
    Tables
  10. lazy val Chrancestries: TableQuery[Chrancestries]

    Permalink

    Collection-like TableQuery object for table Chrancestries

    Collection-like TableQuery object for table Chrancestries

    Definition Classes
    Tables
  11. lazy val Chrattributes: TableQuery[Chrattributes]

    Permalink

    Collection-like TableQuery object for table Chrattributes

    Collection-like TableQuery object for table Chrattributes

    Definition Classes
    Tables
  12. lazy val Chrbloodlines: TableQuery[Chrbloodlines]

    Permalink

    Collection-like TableQuery object for table Chrbloodlines

    Collection-like TableQuery object for table Chrbloodlines

    Definition Classes
    Tables
  13. lazy val Chrfactions: TableQuery[Chrfactions]

    Permalink

    Collection-like TableQuery object for table Chrfactions

    Collection-like TableQuery object for table Chrfactions

    Definition Classes
    Tables
  14. lazy val Chrraces: TableQuery[Chrraces]

    Permalink

    Collection-like TableQuery object for table Chrraces

    Collection-like TableQuery object for table Chrraces

    Definition Classes
    Tables
  15. lazy val Crpactivities: TableQuery[Crpactivities]

    Permalink

    Collection-like TableQuery object for table Crpactivities

    Collection-like TableQuery object for table Crpactivities

    Definition Classes
    Tables
  16. lazy val Crpnpccorporationdivisions: TableQuery[Crpnpccorporationdivisions]

    Permalink

    Collection-like TableQuery object for table Crpnpccorporationdivisions

    Collection-like TableQuery object for table Crpnpccorporationdivisions

    Definition Classes
    Tables
  17. lazy val Crpnpccorporationresearchfields: TableQuery[Crpnpccorporationresearchfields]

    Permalink

    Collection-like TableQuery object for table Crpnpccorporationresearchfields

    Collection-like TableQuery object for table Crpnpccorporationresearchfields

    Definition Classes
    Tables
  18. lazy val Crpnpccorporations: TableQuery[Crpnpccorporations]

    Permalink

    Collection-like TableQuery object for table Crpnpccorporations

    Collection-like TableQuery object for table Crpnpccorporations

    Definition Classes
    Tables
  19. def CrpnpccorporationsRow(corporationid: Int, size: Option[Char] = None, extent: Option[Char] = None, solarsystemid: Option[Int] = None, investorid1: Option[Int] = None, investorshares1: Option[Byte] = None, investorid2: Option[Int] = None, investorshares2: Option[Byte] = None, investorid3: Option[Int] = None, investorshares3: Option[Byte] = None, investorid4: Option[Int] = None, investorshares4: Option[Byte] = None, friendid: Option[Int] = None, enemyid: Option[Int] = None, publicshares: Option[Long] = None, initialprice: Option[Int] = None, minsecurity: Option[Double] = None, scattered: Option[Boolean] = None, fringe: Option[Byte] = None, corridor: Option[Byte] = None, hub: Option[Byte] = None, border: Option[Byte] = None, factionid: Option[Int] = None, sizefactor: Option[Double] = None, stationcount: Option[Short] = None, stationsystemcount: Option[Short] = None, description: Option[String] = None, iconid: Option[Int] = None): CrpnpccorporationsRow

    Permalink

    Constructor for CrpnpccorporationsRow providing default values if available in the database schema.

    Constructor for CrpnpccorporationsRow providing default values if available in the database schema.

    Definition Classes
    Tables
  20. lazy val Crpnpccorporationtrades: TableQuery[Crpnpccorporationtrades]

    Permalink

    Collection-like TableQuery object for table Crpnpccorporationtrades

    Collection-like TableQuery object for table Crpnpccorporationtrades

    Definition Classes
    Tables
  21. lazy val Crpnpcdivisions: TableQuery[Crpnpcdivisions]

    Permalink

    Collection-like TableQuery object for table Crpnpcdivisions

    Collection-like TableQuery object for table Crpnpcdivisions

    Definition Classes
    Tables
  22. lazy val Dgmattributecategories: TableQuery[Dgmattributecategories]

    Permalink

    Collection-like TableQuery object for table Dgmattributecategories

    Collection-like TableQuery object for table Dgmattributecategories

    Definition Classes
    Tables
  23. lazy val Dgmattributetypes: TableQuery[Dgmattributetypes]

    Permalink

    Collection-like TableQuery object for table Dgmattributetypes

    Collection-like TableQuery object for table Dgmattributetypes

    Definition Classes
    Tables
  24. lazy val Dgmeffects: TableQuery[Dgmeffects]

    Permalink

    Collection-like TableQuery object for table Dgmeffects

    Collection-like TableQuery object for table Dgmeffects

    Definition Classes
    Tables
  25. def DgmeffectsRow(effectid: Short, effectname: Option[String] = None, effectcategory: Option[Short] = None, preexpression: Option[Int] = None, postexpression: Option[Int] = None, description: Option[String] = None, guid: Option[String] = None, iconid: Option[Int] = None, isoffensive: Option[Boolean] = None, isassistance: Option[Boolean] = None, durationattributeid: Option[Short] = None, trackingspeedattributeid: Option[Short] = None, dischargeattributeid: Option[Short] = None, rangeattributeid: Option[Short] = None, falloffattributeid: Option[Short] = None, disallowautorepeat: Option[Boolean] = None, published: Option[Boolean] = None, displayname: Option[String] = None, iswarpsafe: Option[Boolean] = None, rangechance: Option[Boolean] = None, electronicchance: Option[Boolean] = None, propulsionchance: Option[Boolean] = None, distribution: Option[Byte] = None, sfxname: Option[String] = None, npcusagechanceattributeid: Option[Short] = None, npcactivationchanceattributeid: Option[Short] = None, fittingusagechanceattributeid: Option[Short] = None, modifierinfo: Option[String] = None): DgmeffectsRow

    Permalink

    Constructor for DgmeffectsRow providing default values if available in the database schema.

    Constructor for DgmeffectsRow providing default values if available in the database schema.

    Definition Classes
    Tables
  26. lazy val Dgmexpressions: TableQuery[Dgmexpressions]

    Permalink

    Collection-like TableQuery object for table Dgmexpressions

    Collection-like TableQuery object for table Dgmexpressions

    Definition Classes
    Tables
  27. lazy val Dgmtypeattributes: TableQuery[Dgmtypeattributes]

    Permalink

    Collection-like TableQuery object for table Dgmtypeattributes

    Collection-like TableQuery object for table Dgmtypeattributes

    Definition Classes
    Tables
  28. lazy val Dgmtypeeffects: TableQuery[Dgmtypeeffects]

    Permalink

    Collection-like TableQuery object for table Dgmtypeeffects

    Collection-like TableQuery object for table Dgmtypeeffects

    Definition Classes
    Tables
  29. lazy val Evegraphics: TableQuery[Evegraphics]

    Permalink

    Collection-like TableQuery object for table Evegraphics

    Collection-like TableQuery object for table Evegraphics

    Definition Classes
    Tables
  30. lazy val Eveicons: TableQuery[Eveicons]

    Permalink

    Collection-like TableQuery object for table Eveicons

    Collection-like TableQuery object for table Eveicons

    Definition Classes
    Tables
  31. lazy val Eveunits: TableQuery[Eveunits]

    Permalink

    Collection-like TableQuery object for table Eveunits

    Collection-like TableQuery object for table Eveunits

    Definition Classes
    Tables
  32. implicit def GetResultAgtagentsRow(implicit e0: GetResult[Int], e1: GetResult[Option[Byte]], e2: GetResult[Option[Int]], e3: GetResult[Option[Short]], e4: GetResult[Option[Boolean]]): GetResult[AgtagentsRow]

    Permalink

    GetResult implicit for fetching AgtagentsRow objects using plain SQL queries

    GetResult implicit for fetching AgtagentsRow objects using plain SQL queries

    Definition Classes
    Tables
  33. implicit def GetResultAgtagenttypesRow(implicit e0: GetResult[Int], e1: GetResult[Option[String]]): GetResult[AgtagenttypesRow]

    Permalink

    GetResult implicit for fetching AgtagenttypesRow objects using plain SQL queries

    GetResult implicit for fetching AgtagenttypesRow objects using plain SQL queries

    Definition Classes
    Tables
  34. implicit def GetResultAgtresearchagentsRow(implicit e0: GetResult[Int]): GetResult[AgtresearchagentsRow]

    Permalink

    GetResult implicit for fetching AgtresearchagentsRow objects using plain SQL queries

    GetResult implicit for fetching AgtresearchagentsRow objects using plain SQL queries

    Definition Classes
    Tables
  35. implicit def GetResultCertcertsRow(implicit e0: GetResult[Int], e1: GetResult[Option[String]], e2: GetResult[Option[Int]]): GetResult[CertcertsRow]

    Permalink

    GetResult implicit for fetching CertcertsRow objects using plain SQL queries

    GetResult implicit for fetching CertcertsRow objects using plain SQL queries

    Definition Classes
    Tables
  36. implicit def GetResultCertmasteriesRow(implicit e0: GetResult[Option[Int]]): GetResult[CertmasteriesRow]

    Permalink

    GetResult implicit for fetching CertmasteriesRow objects using plain SQL queries

    GetResult implicit for fetching CertmasteriesRow objects using plain SQL queries

    Definition Classes
    Tables
  37. implicit def GetResultCertskillsRow(implicit e0: GetResult[Option[Int]], e1: GetResult[Option[String]]): GetResult[CertskillsRow]

    Permalink

    GetResult implicit for fetching CertskillsRow objects using plain SQL queries

    GetResult implicit for fetching CertskillsRow objects using plain SQL queries

    Definition Classes
    Tables
  38. implicit def GetResultChrancestriesRow(implicit e0: GetResult[Byte], e1: GetResult[Option[String]], e2: GetResult[Option[Byte]], e3: GetResult[Option[Int]]): GetResult[ChrancestriesRow]

    Permalink

    GetResult implicit for fetching ChrancestriesRow objects using plain SQL queries

    GetResult implicit for fetching ChrancestriesRow objects using plain SQL queries

    Definition Classes
    Tables
  39. implicit def GetResultChrattributesRow(implicit e0: GetResult[Byte], e1: GetResult[Option[String]], e2: GetResult[Option[Int]]): GetResult[ChrattributesRow]

    Permalink

    GetResult implicit for fetching ChrattributesRow objects using plain SQL queries

    GetResult implicit for fetching ChrattributesRow objects using plain SQL queries

    Definition Classes
    Tables
  40. implicit def GetResultChrbloodlinesRow(implicit e0: GetResult[Byte], e1: GetResult[Option[String]], e2: GetResult[Option[Byte]], e3: GetResult[Option[Int]]): GetResult[ChrbloodlinesRow]

    Permalink

    GetResult implicit for fetching ChrbloodlinesRow objects using plain SQL queries

    GetResult implicit for fetching ChrbloodlinesRow objects using plain SQL queries

    Definition Classes
    Tables
  41. implicit def GetResultChrfactionsRow(implicit e0: GetResult[Int], e1: GetResult[Option[String]], e2: GetResult[Option[Int]], e3: GetResult[Option[Double]], e4: GetResult[Option[Short]]): GetResult[ChrfactionsRow]

    Permalink

    GetResult implicit for fetching ChrfactionsRow objects using plain SQL queries

    GetResult implicit for fetching ChrfactionsRow objects using plain SQL queries

    Definition Classes
    Tables
  42. implicit def GetResultChrracesRow(implicit e0: GetResult[Byte], e1: GetResult[Option[String]], e2: GetResult[Option[Int]]): GetResult[ChrracesRow]

    Permalink

    GetResult implicit for fetching ChrracesRow objects using plain SQL queries

    GetResult implicit for fetching ChrracesRow objects using plain SQL queries

    Definition Classes
    Tables
  43. implicit def GetResultCrpactivitiesRow(implicit e0: GetResult[Byte], e1: GetResult[Option[String]]): GetResult[CrpactivitiesRow]

    Permalink

    GetResult implicit for fetching CrpactivitiesRow objects using plain SQL queries

    GetResult implicit for fetching CrpactivitiesRow objects using plain SQL queries

    Definition Classes
    Tables
  44. implicit def GetResultCrpnpccorporationdivisionsRow(implicit e0: GetResult[Int], e1: GetResult[Byte], e2: GetResult[Option[Byte]]): GetResult[CrpnpccorporationdivisionsRow]

    Permalink

    GetResult implicit for fetching CrpnpccorporationdivisionsRow objects using plain SQL queries

    GetResult implicit for fetching CrpnpccorporationdivisionsRow objects using plain SQL queries

    Definition Classes
    Tables
  45. implicit def GetResultCrpnpccorporationresearchfieldsRow(implicit e0: GetResult[Int]): GetResult[CrpnpccorporationresearchfieldsRow]

    Permalink

    GetResult implicit for fetching CrpnpccorporationresearchfieldsRow objects using plain SQL queries

    GetResult implicit for fetching CrpnpccorporationresearchfieldsRow objects using plain SQL queries

    Definition Classes
    Tables
  46. implicit def GetResultCrpnpccorporationsRow(implicit e0: GetResult[Int], e1: GetResult[Option[Char]], e2: GetResult[Option[Int]], e3: GetResult[Option[Byte]], e4: GetResult[Option[Long]], e5: GetResult[Option[Double]], e6: GetResult[Option[Boolean]], e7: GetResult[Option[Short]], e8: GetResult[Option[String]]): GetResult[CrpnpccorporationsRow]

    Permalink

    GetResult implicit for fetching CrpnpccorporationsRow objects using plain SQL queries

    GetResult implicit for fetching CrpnpccorporationsRow objects using plain SQL queries

    Definition Classes
    Tables
  47. implicit def GetResultCrpnpccorporationtradesRow(implicit e0: GetResult[Int]): GetResult[CrpnpccorporationtradesRow]

    Permalink

    GetResult implicit for fetching CrpnpccorporationtradesRow objects using plain SQL queries

    GetResult implicit for fetching CrpnpccorporationtradesRow objects using plain SQL queries

    Definition Classes
    Tables
  48. implicit def GetResultCrpnpcdivisionsRow(implicit e0: GetResult[Byte], e1: GetResult[Option[String]]): GetResult[CrpnpcdivisionsRow]

    Permalink

    GetResult implicit for fetching CrpnpcdivisionsRow objects using plain SQL queries

    GetResult implicit for fetching CrpnpcdivisionsRow objects using plain SQL queries

    Definition Classes
    Tables
  49. implicit def GetResultDgmattributecategoriesRow(implicit e0: GetResult[Byte], e1: GetResult[Option[String]]): GetResult[DgmattributecategoriesRow]

    Permalink

    GetResult implicit for fetching DgmattributecategoriesRow objects using plain SQL queries

    GetResult implicit for fetching DgmattributecategoriesRow objects using plain SQL queries

    Definition Classes
    Tables
  50. implicit def GetResultDgmattributetypesRow(implicit e0: GetResult[Short], e1: GetResult[Option[String]], e2: GetResult[Option[Int]], e3: GetResult[Option[Double]], e4: GetResult[Option[Boolean]], e5: GetResult[Option[Byte]]): GetResult[DgmattributetypesRow]

    Permalink

    GetResult implicit for fetching DgmattributetypesRow objects using plain SQL queries

    GetResult implicit for fetching DgmattributetypesRow objects using plain SQL queries

    Definition Classes
    Tables
  51. implicit def GetResultDgmeffectsRow(implicit e0: GetResult[Short], e1: GetResult[Option[String]], e2: GetResult[Option[Short]], e3: GetResult[Option[Int]], e4: GetResult[Option[Boolean]], e5: GetResult[Option[Byte]]): GetResult[DgmeffectsRow]

    Permalink

    GetResult implicit for fetching DgmeffectsRow objects using plain SQL queries

    GetResult implicit for fetching DgmeffectsRow objects using plain SQL queries

    Definition Classes
    Tables
  52. implicit def GetResultDgmexpressionsRow(implicit e0: GetResult[Int], e1: GetResult[Option[Int]], e2: GetResult[Option[String]], e3: GetResult[Option[Short]]): GetResult[DgmexpressionsRow]

    Permalink

    GetResult implicit for fetching DgmexpressionsRow objects using plain SQL queries

    GetResult implicit for fetching DgmexpressionsRow objects using plain SQL queries

    Definition Classes
    Tables
  53. implicit def GetResultDgmtypeattributesRow(implicit e0: GetResult[Int], e1: GetResult[Short], e2: GetResult[Option[Int]], e3: GetResult[Option[Double]]): GetResult[DgmtypeattributesRow]

    Permalink

    GetResult implicit for fetching DgmtypeattributesRow objects using plain SQL queries

    GetResult implicit for fetching DgmtypeattributesRow objects using plain SQL queries

    Definition Classes
    Tables
  54. implicit def GetResultDgmtypeeffectsRow(implicit e0: GetResult[Int], e1: GetResult[Short], e2: GetResult[Option[Boolean]]): GetResult[DgmtypeeffectsRow]

    Permalink

    GetResult implicit for fetching DgmtypeeffectsRow objects using plain SQL queries

    GetResult implicit for fetching DgmtypeeffectsRow objects using plain SQL queries

    Definition Classes
    Tables
  55. implicit def GetResultEvegraphicsRow(implicit e0: GetResult[Int], e1: GetResult[Option[String]]): GetResult[EvegraphicsRow]

    Permalink

    GetResult implicit for fetching EvegraphicsRow objects using plain SQL queries

    GetResult implicit for fetching EvegraphicsRow objects using plain SQL queries

    Definition Classes
    Tables
  56. implicit def GetResultEveiconsRow(implicit e0: GetResult[Int], e1: GetResult[Option[String]]): GetResult[EveiconsRow]

    Permalink

    GetResult implicit for fetching EveiconsRow objects using plain SQL queries

    GetResult implicit for fetching EveiconsRow objects using plain SQL queries

    Definition Classes
    Tables
  57. implicit def GetResultEveunitsRow(implicit e0: GetResult[Byte], e1: GetResult[Option[String]]): GetResult[EveunitsRow]

    Permalink

    GetResult implicit for fetching EveunitsRow objects using plain SQL queries

    GetResult implicit for fetching EveunitsRow objects using plain SQL queries

    Definition Classes
    Tables
  58. implicit def GetResultIndustryactivityRow(implicit e0: GetResult[Int], e1: GetResult[Option[Int]]): GetResult[IndustryactivityRow]

    Permalink

    GetResult implicit for fetching IndustryactivityRow objects using plain SQL queries

    GetResult implicit for fetching IndustryactivityRow objects using plain SQL queries

    Definition Classes
    Tables
  59. implicit def GetResultIndustryactivitymaterialsRow(implicit e0: GetResult[Option[Int]]): GetResult[IndustryactivitymaterialsRow]

    Permalink

    GetResult implicit for fetching IndustryactivitymaterialsRow objects using plain SQL queries

    GetResult implicit for fetching IndustryactivitymaterialsRow objects using plain SQL queries

    Definition Classes
    Tables
  60. implicit def GetResultIndustryactivityprobabilitiesRow(implicit e0: GetResult[Option[Int]], e1: GetResult[Option[BigDecimal]]): GetResult[IndustryactivityprobabilitiesRow]

    Permalink

    GetResult implicit for fetching IndustryactivityprobabilitiesRow objects using plain SQL queries

    GetResult implicit for fetching IndustryactivityprobabilitiesRow objects using plain SQL queries

    Definition Classes
    Tables
  61. implicit def GetResultIndustryactivityproductsRow(implicit e0: GetResult[Option[Int]]): GetResult[IndustryactivityproductsRow]

    Permalink

    GetResult implicit for fetching IndustryactivityproductsRow objects using plain SQL queries

    GetResult implicit for fetching IndustryactivityproductsRow objects using plain SQL queries

    Definition Classes
    Tables
  62. implicit def GetResultIndustryactivityskillsRow(implicit e0: GetResult[Option[Int]]): GetResult[IndustryactivityskillsRow]

    Permalink

    GetResult implicit for fetching IndustryactivityskillsRow objects using plain SQL queries

    GetResult implicit for fetching IndustryactivityskillsRow objects using plain SQL queries

    Definition Classes
    Tables
  63. implicit def GetResultIndustryblueprintsRow(implicit e0: GetResult[Int], e1: GetResult[Option[Int]]): GetResult[IndustryblueprintsRow]

    Permalink

    GetResult implicit for fetching IndustryblueprintsRow objects using plain SQL queries

    GetResult implicit for fetching IndustryblueprintsRow objects using plain SQL queries

    Definition Classes
    Tables
  64. implicit def GetResultInvcategoriesRow(implicit e0: GetResult[Int], e1: GetResult[Option[String]], e2: GetResult[Option[Long]], e3: GetResult[Option[Boolean]]): GetResult[InvcategoriesRow]

    Permalink

    GetResult implicit for fetching InvcategoriesRow objects using plain SQL queries

    GetResult implicit for fetching InvcategoriesRow objects using plain SQL queries

    Definition Classes
    Tables
  65. implicit def GetResultInvcontrabandtypesRow(implicit e0: GetResult[Int], e1: GetResult[Option[Double]]): GetResult[InvcontrabandtypesRow]

    Permalink

    GetResult implicit for fetching InvcontrabandtypesRow objects using plain SQL queries

    GetResult implicit for fetching InvcontrabandtypesRow objects using plain SQL queries

    Definition Classes
    Tables
  66. implicit def GetResultInvcontroltowerresourcepurposesRow(implicit e0: GetResult[Byte], e1: GetResult[Option[String]]): GetResult[InvcontroltowerresourcepurposesRow]

    Permalink

    GetResult implicit for fetching InvcontroltowerresourcepurposesRow objects using plain SQL queries

    GetResult implicit for fetching InvcontroltowerresourcepurposesRow objects using plain SQL queries

    Definition Classes
    Tables
  67. implicit def GetResultInvcontroltowerresourcesRow(implicit e0: GetResult[Int], e1: GetResult[Option[Byte]], e2: GetResult[Option[Int]], e3: GetResult[Option[Double]]): GetResult[InvcontroltowerresourcesRow]

    Permalink

    GetResult implicit for fetching InvcontroltowerresourcesRow objects using plain SQL queries

    GetResult implicit for fetching InvcontroltowerresourcesRow objects using plain SQL queries

    Definition Classes
    Tables
  68. implicit def GetResultInvflagsRow(implicit e0: GetResult[Short], e1: GetResult[Option[String]], e2: GetResult[Option[Int]]): GetResult[InvflagsRow]

    Permalink

    GetResult implicit for fetching InvflagsRow objects using plain SQL queries

    GetResult implicit for fetching InvflagsRow objects using plain SQL queries

    Definition Classes
    Tables
  69. implicit def GetResultInvgroupsRow(implicit e0: GetResult[Int], e1: GetResult[Option[Int]], e2: GetResult[Option[String]], e3: GetResult[Option[Long]], e4: GetResult[Option[Boolean]]): GetResult[InvgroupsRow]

    Permalink

    GetResult implicit for fetching InvgroupsRow objects using plain SQL queries

    GetResult implicit for fetching InvgroupsRow objects using plain SQL queries

    Definition Classes
    Tables
  70. implicit def GetResultInvitemsRow(implicit e0: GetResult[Long], e1: GetResult[Int], e2: GetResult[Short]): GetResult[InvitemsRow]

    Permalink

    GetResult implicit for fetching InvitemsRow objects using plain SQL queries

    GetResult implicit for fetching InvitemsRow objects using plain SQL queries

    Definition Classes
    Tables
  71. implicit def GetResultInvmarketgroupsRow(implicit e0: GetResult[Int], e1: GetResult[Option[Int]], e2: GetResult[Option[String]], e3: GetResult[Option[Boolean]]): GetResult[InvmarketgroupsRow]

    Permalink

    GetResult implicit for fetching InvmarketgroupsRow objects using plain SQL queries

    GetResult implicit for fetching InvmarketgroupsRow objects using plain SQL queries

    Definition Classes
    Tables
  72. implicit def GetResultInvmetagroupsRow(implicit e0: GetResult[Short], e1: GetResult[Option[String]], e2: GetResult[Option[Int]]): GetResult[InvmetagroupsRow]

    Permalink

    GetResult implicit for fetching InvmetagroupsRow objects using plain SQL queries

    GetResult implicit for fetching InvmetagroupsRow objects using plain SQL queries

    Definition Classes
    Tables
  73. implicit def GetResultInvmetatypesRow(implicit e0: GetResult[Int], e1: GetResult[Option[Int]], e2: GetResult[Option[Short]]): GetResult[InvmetatypesRow]

    Permalink

    GetResult implicit for fetching InvmetatypesRow objects using plain SQL queries

    GetResult implicit for fetching InvmetatypesRow objects using plain SQL queries

    Definition Classes
    Tables
  74. implicit def GetResultInvnamesRow(implicit e0: GetResult[Long], e1: GetResult[String]): GetResult[InvnamesRow]

    Permalink

    GetResult implicit for fetching InvnamesRow objects using plain SQL queries

    GetResult implicit for fetching InvnamesRow objects using plain SQL queries

    Definition Classes
    Tables
  75. implicit def GetResultInvpositionsRow(implicit e0: GetResult[Long], e1: GetResult[Double], e2: GetResult[Option[Float]]): GetResult[InvpositionsRow]

    Permalink

    GetResult implicit for fetching InvpositionsRow objects using plain SQL queries

    GetResult implicit for fetching InvpositionsRow objects using plain SQL queries

    Definition Classes
    Tables
  76. implicit def GetResultInvtraitsRow(implicit e0: GetResult[Int], e1: GetResult[Option[Int]], e2: GetResult[Option[Double]], e3: GetResult[Option[String]]): GetResult[InvtraitsRow]

    Permalink

    GetResult implicit for fetching InvtraitsRow objects using plain SQL queries

    GetResult implicit for fetching InvtraitsRow objects using plain SQL queries

    Definition Classes
    Tables
  77. implicit def GetResultInvtypematerialsRow(implicit e0: GetResult[Int]): GetResult[InvtypematerialsRow]

    Permalink

    GetResult implicit for fetching InvtypematerialsRow objects using plain SQL queries

    GetResult implicit for fetching InvtypematerialsRow objects using plain SQL queries

    Definition Classes
    Tables
  78. implicit def GetResultInvtypereactionsRow(implicit e0: GetResult[Int], e1: GetResult[Boolean], e2: GetResult[Option[Short]]): GetResult[InvtypereactionsRow]

    Permalink

    GetResult implicit for fetching InvtypereactionsRow objects using plain SQL queries

    GetResult implicit for fetching InvtypereactionsRow objects using plain SQL queries

    Definition Classes
    Tables
  79. implicit def GetResultInvtypesRow(implicit e0: GetResult[Int], e1: GetResult[Option[Int]], e2: GetResult[Option[String]], e3: GetResult[Option[Double]], e4: GetResult[Option[Short]], e5: GetResult[Option[BigDecimal]], e6: GetResult[Option[Boolean]], e7: GetResult[Option[Long]]): GetResult[InvtypesRow]

    Permalink

    GetResult implicit for fetching InvtypesRow objects using plain SQL queries

    GetResult implicit for fetching InvtypesRow objects using plain SQL queries

    Definition Classes
    Tables
  80. implicit def GetResultInvuniquenamesRow(implicit e0: GetResult[Int], e1: GetResult[String], e2: GetResult[Option[Int]]): GetResult[InvuniquenamesRow]

    Permalink

    GetResult implicit for fetching InvuniquenamesRow objects using plain SQL queries

    GetResult implicit for fetching InvuniquenamesRow objects using plain SQL queries

    Definition Classes
    Tables
  81. implicit def GetResultMapcelestialstatisticsRow(implicit e0: GetResult[Int], e1: GetResult[Option[Double]], e2: GetResult[Option[String]], e3: GetResult[Option[Int]], e4: GetResult[Option[Long]]): GetResult[MapcelestialstatisticsRow]

    Permalink

    GetResult implicit for fetching MapcelestialstatisticsRow objects using plain SQL queries

    GetResult implicit for fetching MapcelestialstatisticsRow objects using plain SQL queries

    Definition Classes
    Tables
  82. implicit def GetResultMapconstellationjumpsRow(implicit e0: GetResult[Option[Long]], e1: GetResult[Long]): GetResult[MapconstellationjumpsRow]

    Permalink

    GetResult implicit for fetching MapconstellationjumpsRow objects using plain SQL queries

    GetResult implicit for fetching MapconstellationjumpsRow objects using plain SQL queries

    Definition Classes
    Tables
  83. implicit def GetResultMapconstellationsRow(implicit e0: GetResult[Option[Int]], e1: GetResult[Int], e2: GetResult[Option[String]], e3: GetResult[Option[Double]]): GetResult[MapconstellationsRow]

    Permalink

    GetResult implicit for fetching MapconstellationsRow objects using plain SQL queries

    GetResult implicit for fetching MapconstellationsRow objects using plain SQL queries

    Definition Classes
    Tables
  84. implicit def GetResultMapdenormalizeRow(implicit e0: GetResult[Int], e1: GetResult[Option[Int]], e2: GetResult[Option[Double]], e3: GetResult[Option[String]]): GetResult[MapdenormalizeRow]

    Permalink

    GetResult implicit for fetching MapdenormalizeRow objects using plain SQL queries

    GetResult implicit for fetching MapdenormalizeRow objects using plain SQL queries

    Definition Classes
    Tables
  85. implicit def GetResultMapjumpsRow(implicit e0: GetResult[Long], e1: GetResult[Option[Long]]): GetResult[MapjumpsRow]

    Permalink

    GetResult implicit for fetching MapjumpsRow objects using plain SQL queries

    GetResult implicit for fetching MapjumpsRow objects using plain SQL queries

    Definition Classes
    Tables
  86. implicit def GetResultMaplandmarksRow(implicit e0: GetResult[Long], e1: GetResult[Option[String]], e2: GetResult[Option[Long]], e3: GetResult[Option[Double]]): GetResult[MaplandmarksRow]

    Permalink

    GetResult implicit for fetching MaplandmarksRow objects using plain SQL queries

    GetResult implicit for fetching MaplandmarksRow objects using plain SQL queries

    Definition Classes
    Tables
  87. implicit def GetResultMaplocationscenesRow(implicit e0: GetResult[Int], e1: GetResult[Option[Int]]): GetResult[MaplocationscenesRow]

    Permalink

    GetResult implicit for fetching MaplocationscenesRow objects using plain SQL queries

    GetResult implicit for fetching MaplocationscenesRow objects using plain SQL queries

    Definition Classes
    Tables
  88. implicit def GetResultMaplocationwormholeclassesRow(implicit e0: GetResult[Int], e1: GetResult[Option[Int]]): GetResult[MaplocationwormholeclassesRow]

    Permalink

    GetResult implicit for fetching MaplocationwormholeclassesRow objects using plain SQL queries

    GetResult implicit for fetching MaplocationwormholeclassesRow objects using plain SQL queries

    Definition Classes
    Tables
  89. implicit def GetResultMapregionjumpsRow(implicit e0: GetResult[Long]): GetResult[MapregionjumpsRow]

    Permalink

    GetResult implicit for fetching MapregionjumpsRow objects using plain SQL queries

    GetResult implicit for fetching MapregionjumpsRow objects using plain SQL queries

    Definition Classes
    Tables
  90. implicit def GetResultMapregionsRow(implicit e0: GetResult[Int], e1: GetResult[Option[String]], e2: GetResult[Option[Double]], e3: GetResult[Option[Int]]): GetResult[MapregionsRow]

    Permalink

    GetResult implicit for fetching MapregionsRow objects using plain SQL queries

    GetResult implicit for fetching MapregionsRow objects using plain SQL queries

    Definition Classes
    Tables
  91. implicit def GetResultMapsolarsystemjumpsRow(implicit e0: GetResult[Option[Long]], e1: GetResult[Long]): GetResult[MapsolarsystemjumpsRow]

    Permalink

    GetResult implicit for fetching MapsolarsystemjumpsRow objects using plain SQL queries

    GetResult implicit for fetching MapsolarsystemjumpsRow objects using plain SQL queries

    Definition Classes
    Tables
  92. implicit def GetResultMapsolarsystemsRow(implicit e0: GetResult[Option[Int]], e1: GetResult[Int], e2: GetResult[Option[String]], e3: GetResult[Option[Double]], e4: GetResult[Option[Long]]): GetResult[MapsolarsystemsRow]

    Permalink

    GetResult implicit for fetching MapsolarsystemsRow objects using plain SQL queries

    GetResult implicit for fetching MapsolarsystemsRow objects using plain SQL queries

    Definition Classes
    Tables
  93. implicit def GetResultMapuniverseRow(implicit e0: GetResult[Int], e1: GetResult[Option[String]], e2: GetResult[Option[Double]]): GetResult[MapuniverseRow]

    Permalink

    GetResult implicit for fetching MapuniverseRow objects using plain SQL queries

    GetResult implicit for fetching MapuniverseRow objects using plain SQL queries

    Definition Classes
    Tables
  94. implicit def GetResultPlanetschematicsRow(implicit e0: GetResult[Short], e1: GetResult[Option[String]], e2: GetResult[Option[Int]]): GetResult[PlanetschematicsRow]

    Permalink

    GetResult implicit for fetching PlanetschematicsRow objects using plain SQL queries

    GetResult implicit for fetching PlanetschematicsRow objects using plain SQL queries

    Definition Classes
    Tables
  95. implicit def GetResultPlanetschematicspinmapRow(implicit e0: GetResult[Short], e1: GetResult[Int]): GetResult[PlanetschematicspinmapRow]

    Permalink

    GetResult implicit for fetching PlanetschematicspinmapRow objects using plain SQL queries

    GetResult implicit for fetching PlanetschematicspinmapRow objects using plain SQL queries

    Definition Classes
    Tables
  96. implicit def GetResultPlanetschematicstypemapRow(implicit e0: GetResult[Short], e1: GetResult[Int], e2: GetResult[Option[Short]], e3: GetResult[Option[Boolean]]): GetResult[PlanetschematicstypemapRow]

    Permalink

    GetResult implicit for fetching PlanetschematicstypemapRow objects using plain SQL queries

    GetResult implicit for fetching PlanetschematicstypemapRow objects using plain SQL queries

    Definition Classes
    Tables
  97. implicit def GetResultRamactivitiesRow(implicit e0: GetResult[Byte], e1: GetResult[Option[String]], e2: GetResult[Option[Boolean]]): GetResult[RamactivitiesRow]

    Permalink

    GetResult implicit for fetching RamactivitiesRow objects using plain SQL queries

    GetResult implicit for fetching RamactivitiesRow objects using plain SQL queries

    Definition Classes
    Tables
  98. implicit def GetResultRamassemblylinestationsRow(implicit e0: GetResult[Int], e1: GetResult[Byte], e2: GetResult[Option[Byte]], e3: GetResult[Option[Int]]): GetResult[RamassemblylinestationsRow]

    Permalink

    GetResult implicit for fetching RamassemblylinestationsRow objects using plain SQL queries

    GetResult implicit for fetching RamassemblylinestationsRow objects using plain SQL queries

    Definition Classes
    Tables
  99. implicit def GetResultRamassemblylinetypedetailpercategoryRow(implicit e0: GetResult[Byte], e1: GetResult[Int], e2: GetResult[Option[Double]]): GetResult[RamassemblylinetypedetailpercategoryRow]

    Permalink

    GetResult implicit for fetching RamassemblylinetypedetailpercategoryRow objects using plain SQL queries

    GetResult implicit for fetching RamassemblylinetypedetailpercategoryRow objects using plain SQL queries

    Definition Classes
    Tables
  100. implicit def GetResultRamassemblylinetypedetailpergroupRow(implicit e0: GetResult[Byte], e1: GetResult[Int], e2: GetResult[Option[Double]]): GetResult[RamassemblylinetypedetailpergroupRow]

    Permalink

    GetResult implicit for fetching RamassemblylinetypedetailpergroupRow objects using plain SQL queries

    GetResult implicit for fetching RamassemblylinetypedetailpergroupRow objects using plain SQL queries

    Definition Classes
    Tables
  101. implicit def GetResultRamassemblylinetypesRow(implicit e0: GetResult[Byte], e1: GetResult[Option[String]], e2: GetResult[Option[Double]], e3: GetResult[Option[Byte]]): GetResult[RamassemblylinetypesRow]

    Permalink

    GetResult implicit for fetching RamassemblylinetypesRow objects using plain SQL queries

    GetResult implicit for fetching RamassemblylinetypesRow objects using plain SQL queries

    Definition Classes
    Tables
  102. implicit def GetResultRaminstallationtypecontentsRow(implicit e0: GetResult[Int], e1: GetResult[Byte], e2: GetResult[Option[Byte]]): GetResult[RaminstallationtypecontentsRow]

    Permalink

    GetResult implicit for fetching RaminstallationtypecontentsRow objects using plain SQL queries

    GetResult implicit for fetching RaminstallationtypecontentsRow objects using plain SQL queries

    Definition Classes
    Tables
  103. implicit def GetResultSkinlicenseRow(implicit e0: GetResult[Int], e1: GetResult[Option[Int]]): GetResult[SkinlicenseRow]

    Permalink

    GetResult implicit for fetching SkinlicenseRow objects using plain SQL queries

    GetResult implicit for fetching SkinlicenseRow objects using plain SQL queries

    Definition Classes
    Tables
  104. implicit def GetResultSkinmaterialsRow(implicit e0: GetResult[Int], e1: GetResult[Option[Int]]): GetResult[SkinmaterialsRow]

    Permalink

    GetResult implicit for fetching SkinmaterialsRow objects using plain SQL queries

    GetResult implicit for fetching SkinmaterialsRow objects using plain SQL queries

    Definition Classes
    Tables
  105. implicit def GetResultSkinsRow(implicit e0: GetResult[Int], e1: GetResult[Option[String]], e2: GetResult[Option[Int]]): GetResult[SkinsRow]

    Permalink

    GetResult implicit for fetching SkinsRow objects using plain SQL queries

    GetResult implicit for fetching SkinsRow objects using plain SQL queries

    Definition Classes
    Tables
  106. implicit def GetResultSkinshipRow(implicit e0: GetResult[Option[Int]]): GetResult[SkinshipRow]

    Permalink

    GetResult implicit for fetching SkinshipRow objects using plain SQL queries

    GetResult implicit for fetching SkinshipRow objects using plain SQL queries

    Definition Classes
    Tables
  107. implicit def GetResultStaoperationsRow(implicit e0: GetResult[Option[Byte]], e1: GetResult[Byte], e2: GetResult[Option[String]], e3: GetResult[Option[Int]]): GetResult[StaoperationsRow]

    Permalink

    GetResult implicit for fetching StaoperationsRow objects using plain SQL queries

    GetResult implicit for fetching StaoperationsRow objects using plain SQL queries

    Definition Classes
    Tables
  108. implicit def GetResultStaoperationservicesRow(implicit e0: GetResult[Byte], e1: GetResult[Int]): GetResult[StaoperationservicesRow]

    Permalink

    GetResult implicit for fetching StaoperationservicesRow objects using plain SQL queries

    GetResult implicit for fetching StaoperationservicesRow objects using plain SQL queries

    Definition Classes
    Tables
  109. implicit def GetResultStaservicesRow(implicit e0: GetResult[Int], e1: GetResult[Option[String]]): GetResult[StaservicesRow]

    Permalink

    GetResult implicit for fetching StaservicesRow objects using plain SQL queries

    GetResult implicit for fetching StaservicesRow objects using plain SQL queries

    Definition Classes
    Tables
  110. implicit def GetResultStastationsRow(implicit e0: GetResult[Int], e1: GetResult[Option[Short]], e2: GetResult[Option[Double]], e3: GetResult[Option[Int]], e4: GetResult[Option[Byte]], e5: GetResult[Option[String]]): GetResult[StastationsRow]

    Permalink

    GetResult implicit for fetching StastationsRow objects using plain SQL queries

    GetResult implicit for fetching StastationsRow objects using plain SQL queries

    Definition Classes
    Tables
  111. implicit def GetResultStastationtypesRow(implicit e0: GetResult[Int], e1: GetResult[Option[Double]], e2: GetResult[Option[Byte]], e3: GetResult[Option[Boolean]]): GetResult[StastationtypesRow]

    Permalink

    GetResult implicit for fetching StastationtypesRow objects using plain SQL queries

    GetResult implicit for fetching StastationtypesRow objects using plain SQL queries

    Definition Classes
    Tables
  112. implicit def GetResultTranslationtablesRow(implicit e0: GetResult[String], e1: GetResult[Option[String]], e2: GetResult[Option[Int]]): GetResult[TranslationtablesRow]

    Permalink

    GetResult implicit for fetching TranslationtablesRow objects using plain SQL queries

    GetResult implicit for fetching TranslationtablesRow objects using plain SQL queries

    Definition Classes
    Tables
  113. implicit def GetResultTrntranslationcolumnsRow(implicit e0: GetResult[Option[Short]], e1: GetResult[Short], e2: GetResult[String], e3: GetResult[Option[String]]): GetResult[TrntranslationcolumnsRow]

    Permalink

    GetResult implicit for fetching TrntranslationcolumnsRow objects using plain SQL queries

    GetResult implicit for fetching TrntranslationcolumnsRow objects using plain SQL queries

    Definition Classes
    Tables
  114. implicit def GetResultTrntranslationlanguagesRow(implicit e0: GetResult[Int], e1: GetResult[Option[String]]): GetResult[TrntranslationlanguagesRow]

    Permalink

    GetResult implicit for fetching TrntranslationlanguagesRow objects using plain SQL queries

    GetResult implicit for fetching TrntranslationlanguagesRow objects using plain SQL queries

    Definition Classes
    Tables
  115. implicit def GetResultTrntranslationsRow(implicit e0: GetResult[Short], e1: GetResult[Int], e2: GetResult[String]): GetResult[TrntranslationsRow]

    Permalink

    GetResult implicit for fetching TrntranslationsRow objects using plain SQL queries

    GetResult implicit for fetching TrntranslationsRow objects using plain SQL queries

    Definition Classes
    Tables
  116. implicit def GetResultWarcombatzonesRow(implicit e0: GetResult[Int], e1: GetResult[Option[String]], e2: GetResult[Option[Int]]): GetResult[WarcombatzonesRow]

    Permalink

    GetResult implicit for fetching WarcombatzonesRow objects using plain SQL queries

    GetResult implicit for fetching WarcombatzonesRow objects using plain SQL queries

    Definition Classes
    Tables
  117. implicit def GetResultWarcombatzonesystemsRow(implicit e0: GetResult[Int], e1: GetResult[Option[Int]]): GetResult[WarcombatzonesystemsRow]

    Permalink

    GetResult implicit for fetching WarcombatzonesystemsRow objects using plain SQL queries

    GetResult implicit for fetching WarcombatzonesystemsRow objects using plain SQL queries

    Definition Classes
    Tables
  118. lazy val Industryactivity: TableQuery[Industryactivity]

    Permalink

    Collection-like TableQuery object for table Industryactivity

    Collection-like TableQuery object for table Industryactivity

    Definition Classes
    Tables
  119. lazy val Industryactivitymaterials: TableQuery[Industryactivitymaterials]

    Permalink

    Collection-like TableQuery object for table Industryactivitymaterials

    Collection-like TableQuery object for table Industryactivitymaterials

    Definition Classes
    Tables
  120. lazy val Industryactivityprobabilities: TableQuery[Industryactivityprobabilities]

    Permalink

    Collection-like TableQuery object for table Industryactivityprobabilities

    Collection-like TableQuery object for table Industryactivityprobabilities

    Definition Classes
    Tables
  121. lazy val Industryactivityproducts: TableQuery[Industryactivityproducts]

    Permalink

    Collection-like TableQuery object for table Industryactivityproducts

    Collection-like TableQuery object for table Industryactivityproducts

    Definition Classes
    Tables
  122. lazy val Industryactivityskills: TableQuery[Industryactivityskills]

    Permalink

    Collection-like TableQuery object for table Industryactivityskills

    Collection-like TableQuery object for table Industryactivityskills

    Definition Classes
    Tables
  123. lazy val Industryblueprints: TableQuery[Industryblueprints]

    Permalink

    Collection-like TableQuery object for table Industryblueprints

    Collection-like TableQuery object for table Industryblueprints

    Definition Classes
    Tables
  124. lazy val Invcategories: TableQuery[Invcategories]

    Permalink

    Collection-like TableQuery object for table Invcategories

    Collection-like TableQuery object for table Invcategories

    Definition Classes
    Tables
  125. lazy val Invcontrabandtypes: TableQuery[Invcontrabandtypes]

    Permalink

    Collection-like TableQuery object for table Invcontrabandtypes

    Collection-like TableQuery object for table Invcontrabandtypes

    Definition Classes
    Tables
  126. lazy val Invcontroltowerresourcepurposes: TableQuery[Invcontroltowerresourcepurposes]

    Permalink

    Collection-like TableQuery object for table Invcontroltowerresourcepurposes

    Collection-like TableQuery object for table Invcontroltowerresourcepurposes

    Definition Classes
    Tables
  127. lazy val Invcontroltowerresources: TableQuery[Invcontroltowerresources]

    Permalink

    Collection-like TableQuery object for table Invcontroltowerresources

    Collection-like TableQuery object for table Invcontroltowerresources

    Definition Classes
    Tables
  128. lazy val Invflags: TableQuery[Invflags]

    Permalink

    Collection-like TableQuery object for table Invflags

    Collection-like TableQuery object for table Invflags

    Definition Classes
    Tables
  129. lazy val Invgroups: TableQuery[Invgroups]

    Permalink

    Collection-like TableQuery object for table Invgroups

    Collection-like TableQuery object for table Invgroups

    Definition Classes
    Tables
  130. lazy val Invitems: TableQuery[Invitems]

    Permalink

    Collection-like TableQuery object for table Invitems

    Collection-like TableQuery object for table Invitems

    Definition Classes
    Tables
  131. lazy val Invmarketgroups: TableQuery[Invmarketgroups]

    Permalink

    Collection-like TableQuery object for table Invmarketgroups

    Collection-like TableQuery object for table Invmarketgroups

    Definition Classes
    Tables
  132. lazy val Invmetagroups: TableQuery[Invmetagroups]

    Permalink

    Collection-like TableQuery object for table Invmetagroups

    Collection-like TableQuery object for table Invmetagroups

    Definition Classes
    Tables
  133. lazy val Invmetatypes: TableQuery[Invmetatypes]

    Permalink

    Collection-like TableQuery object for table Invmetatypes

    Collection-like TableQuery object for table Invmetatypes

    Definition Classes
    Tables
  134. lazy val Invnames: TableQuery[Invnames]

    Permalink

    Collection-like TableQuery object for table Invnames

    Collection-like TableQuery object for table Invnames

    Definition Classes
    Tables
  135. lazy val Invpositions: TableQuery[Invpositions]

    Permalink

    Collection-like TableQuery object for table Invpositions

    Collection-like TableQuery object for table Invpositions

    Definition Classes
    Tables
  136. lazy val Invtraits: TableQuery[Invtraits]

    Permalink

    Collection-like TableQuery object for table Invtraits

    Collection-like TableQuery object for table Invtraits

    Definition Classes
    Tables
  137. lazy val Invtypematerials: TableQuery[Invtypematerials]

    Permalink

    Collection-like TableQuery object for table Invtypematerials

    Collection-like TableQuery object for table Invtypematerials

    Definition Classes
    Tables
  138. lazy val Invtypereactions: TableQuery[Invtypereactions]

    Permalink

    Collection-like TableQuery object for table Invtypereactions

    Collection-like TableQuery object for table Invtypereactions

    Definition Classes
    Tables
  139. lazy val Invtypes: TableQuery[Invtypes]

    Permalink

    Collection-like TableQuery object for table Invtypes

    Collection-like TableQuery object for table Invtypes

    Definition Classes
    Tables
  140. lazy val Invuniquenames: TableQuery[Invuniquenames]

    Permalink

    Collection-like TableQuery object for table Invuniquenames

    Collection-like TableQuery object for table Invuniquenames

    Definition Classes
    Tables
  141. lazy val Mapcelestialstatistics: TableQuery[Mapcelestialstatistics]

    Permalink

    Collection-like TableQuery object for table Mapcelestialstatistics

    Collection-like TableQuery object for table Mapcelestialstatistics

    Definition Classes
    Tables
  142. lazy val Mapconstellationjumps: TableQuery[Mapconstellationjumps]

    Permalink

    Collection-like TableQuery object for table Mapconstellationjumps

    Collection-like TableQuery object for table Mapconstellationjumps

    Definition Classes
    Tables
  143. lazy val Mapconstellations: TableQuery[Mapconstellations]

    Permalink

    Collection-like TableQuery object for table Mapconstellations

    Collection-like TableQuery object for table Mapconstellations

    Definition Classes
    Tables
  144. lazy val Mapdenormalize: TableQuery[Mapdenormalize]

    Permalink

    Collection-like TableQuery object for table Mapdenormalize

    Collection-like TableQuery object for table Mapdenormalize

    Definition Classes
    Tables
  145. lazy val Mapjumps: TableQuery[Mapjumps]

    Permalink

    Collection-like TableQuery object for table Mapjumps

    Collection-like TableQuery object for table Mapjumps

    Definition Classes
    Tables
  146. lazy val Maplandmarks: TableQuery[Maplandmarks]

    Permalink

    Collection-like TableQuery object for table Maplandmarks

    Collection-like TableQuery object for table Maplandmarks

    Definition Classes
    Tables
  147. lazy val Maplocationscenes: TableQuery[Maplocationscenes]

    Permalink

    Collection-like TableQuery object for table Maplocationscenes

    Collection-like TableQuery object for table Maplocationscenes

    Definition Classes
    Tables
  148. lazy val Maplocationwormholeclasses: TableQuery[Maplocationwormholeclasses]

    Permalink

    Collection-like TableQuery object for table Maplocationwormholeclasses

    Collection-like TableQuery object for table Maplocationwormholeclasses

    Definition Classes
    Tables
  149. lazy val Mapregionjumps: TableQuery[Mapregionjumps]

    Permalink

    Collection-like TableQuery object for table Mapregionjumps

    Collection-like TableQuery object for table Mapregionjumps

    Definition Classes
    Tables
  150. lazy val Mapregions: TableQuery[Mapregions]

    Permalink

    Collection-like TableQuery object for table Mapregions

    Collection-like TableQuery object for table Mapregions

    Definition Classes
    Tables
  151. lazy val Mapsolarsystemjumps: TableQuery[Mapsolarsystemjumps]

    Permalink

    Collection-like TableQuery object for table Mapsolarsystemjumps

    Collection-like TableQuery object for table Mapsolarsystemjumps

    Definition Classes
    Tables
  152. lazy val Mapsolarsystems: TableQuery[Mapsolarsystems]

    Permalink

    Collection-like TableQuery object for table Mapsolarsystems

    Collection-like TableQuery object for table Mapsolarsystems

    Definition Classes
    Tables
  153. def MapsolarsystemsRow(regionid: Option[Int] = None, constellationid: Option[Int] = None, solarsystemid: Int, solarsystemname: Option[String] = None, x: Option[Double] = None, y: Option[Double] = None, z: Option[Double] = None, xmin: Option[Double] = None, xmax: Option[Double] = None, ymin: Option[Double] = None, ymax: Option[Double] = None, zmin: Option[Double] = None, zmax: Option[Double] = None, luminosity: Option[Double] = None, border: Option[Long] = None, fringe: Option[Long] = None, corridor: Option[Long] = None, hub: Option[Long] = None, international: Option[Long] = None, regional: Option[Long] = None, constellation: Option[Long] = None, security: Option[Double] = None, factionid: Option[Int] = None, radius: Option[Double] = None, suntypeid: Option[Int] = None, securityclass: Option[String] = None): MapsolarsystemsRow

    Permalink

    Constructor for MapsolarsystemsRow providing default values if available in the database schema.

    Constructor for MapsolarsystemsRow providing default values if available in the database schema.

    Definition Classes
    Tables
  154. lazy val Mapuniverse: TableQuery[Mapuniverse]

    Permalink

    Collection-like TableQuery object for table Mapuniverse

    Collection-like TableQuery object for table Mapuniverse

    Definition Classes
    Tables
  155. lazy val Planetschematics: TableQuery[Planetschematics]

    Permalink

    Collection-like TableQuery object for table Planetschematics

    Collection-like TableQuery object for table Planetschematics

    Definition Classes
    Tables
  156. lazy val Planetschematicspinmap: TableQuery[Planetschematicspinmap]

    Permalink

    Collection-like TableQuery object for table Planetschematicspinmap

    Collection-like TableQuery object for table Planetschematicspinmap

    Definition Classes
    Tables
  157. lazy val Planetschematicstypemap: TableQuery[Planetschematicstypemap]

    Permalink

    Collection-like TableQuery object for table Planetschematicstypemap

    Collection-like TableQuery object for table Planetschematicstypemap

    Definition Classes
    Tables
  158. lazy val Ramactivities: TableQuery[Ramactivities]

    Permalink

    Collection-like TableQuery object for table Ramactivities

    Collection-like TableQuery object for table Ramactivities

    Definition Classes
    Tables
  159. lazy val Ramassemblylinestations: TableQuery[Ramassemblylinestations]

    Permalink

    Collection-like TableQuery object for table Ramassemblylinestations

    Collection-like TableQuery object for table Ramassemblylinestations

    Definition Classes
    Tables
  160. lazy val Ramassemblylinetypedetailpercategory: TableQuery[Ramassemblylinetypedetailpercategory]

    Permalink

    Collection-like TableQuery object for table Ramassemblylinetypedetailpercategory

    Collection-like TableQuery object for table Ramassemblylinetypedetailpercategory

    Definition Classes
    Tables
  161. lazy val Ramassemblylinetypedetailpergroup: TableQuery[Ramassemblylinetypedetailpergroup]

    Permalink

    Collection-like TableQuery object for table Ramassemblylinetypedetailpergroup

    Collection-like TableQuery object for table Ramassemblylinetypedetailpergroup

    Definition Classes
    Tables
  162. lazy val Ramassemblylinetypes: TableQuery[Ramassemblylinetypes]

    Permalink

    Collection-like TableQuery object for table Ramassemblylinetypes

    Collection-like TableQuery object for table Ramassemblylinetypes

    Definition Classes
    Tables
  163. lazy val Raminstallationtypecontents: TableQuery[Raminstallationtypecontents]

    Permalink

    Collection-like TableQuery object for table Raminstallationtypecontents

    Collection-like TableQuery object for table Raminstallationtypecontents

    Definition Classes
    Tables
  164. lazy val Skinlicense: TableQuery[Skinlicense]

    Permalink

    Collection-like TableQuery object for table Skinlicense

    Collection-like TableQuery object for table Skinlicense

    Definition Classes
    Tables
  165. lazy val Skinmaterials: TableQuery[Skinmaterials]

    Permalink

    Collection-like TableQuery object for table Skinmaterials

    Collection-like TableQuery object for table Skinmaterials

    Definition Classes
    Tables
  166. lazy val Skins: TableQuery[Skins]

    Permalink

    Collection-like TableQuery object for table Skins

    Collection-like TableQuery object for table Skins

    Definition Classes
    Tables
  167. lazy val Skinship: TableQuery[Skinship]

    Permalink

    Collection-like TableQuery object for table Skinship

    Collection-like TableQuery object for table Skinship

    Definition Classes
    Tables
  168. lazy val Staoperations: TableQuery[Staoperations]

    Permalink

    Collection-like TableQuery object for table Staoperations

    Collection-like TableQuery object for table Staoperations

    Definition Classes
    Tables
  169. lazy val Staoperationservices: TableQuery[Staoperationservices]

    Permalink

    Collection-like TableQuery object for table Staoperationservices

    Collection-like TableQuery object for table Staoperationservices

    Definition Classes
    Tables
  170. lazy val Staservices: TableQuery[Staservices]

    Permalink

    Collection-like TableQuery object for table Staservices

    Collection-like TableQuery object for table Staservices

    Definition Classes
    Tables
  171. lazy val Stastations: TableQuery[Stastations]

    Permalink

    Collection-like TableQuery object for table Stastations

    Collection-like TableQuery object for table Stastations

    Definition Classes
    Tables
  172. lazy val Stastationtypes: TableQuery[Stastationtypes]

    Permalink

    Collection-like TableQuery object for table Stastationtypes

    Collection-like TableQuery object for table Stastationtypes

    Definition Classes
    Tables
  173. lazy val Translationtables: TableQuery[Translationtables]

    Permalink

    Collection-like TableQuery object for table Translationtables

    Collection-like TableQuery object for table Translationtables

    Definition Classes
    Tables
  174. lazy val Trntranslationcolumns: TableQuery[Trntranslationcolumns]

    Permalink

    Collection-like TableQuery object for table Trntranslationcolumns

    Collection-like TableQuery object for table Trntranslationcolumns

    Definition Classes
    Tables
  175. lazy val Trntranslationlanguages: TableQuery[Trntranslationlanguages]

    Permalink

    Collection-like TableQuery object for table Trntranslationlanguages

    Collection-like TableQuery object for table Trntranslationlanguages

    Definition Classes
    Tables
  176. lazy val Trntranslations: TableQuery[Trntranslations]

    Permalink

    Collection-like TableQuery object for table Trntranslations

    Collection-like TableQuery object for table Trntranslations

    Definition Classes
    Tables
  177. lazy val Warcombatzones: TableQuery[Warcombatzones]

    Permalink

    Collection-like TableQuery object for table Warcombatzones

    Collection-like TableQuery object for table Warcombatzones

    Definition Classes
    Tables
  178. lazy val Warcombatzonesystems: TableQuery[Warcombatzonesystems]

    Permalink

    Collection-like TableQuery object for table Warcombatzonesystems

    Collection-like TableQuery object for table Warcombatzonesystems

    Definition Classes
    Tables
  179. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  181. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  186. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  190. val profile: MySQLDriver.type

    Permalink
    Definition Classes
    TablesTables
  191. lazy val schema: slick.driver.MySQLDriver.DDL

    Permalink

    DDL for all tables.

    DDL for all tables. Call .create to execute.

    Definition Classes
    Tables
  192. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  193. def toString(): String

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

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

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

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

Deprecated Value Members

  1. def ddl: slick.driver.MySQLDriver.DDL

    Permalink
    Definition Classes
    Tables
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0) Use .schema instead of .ddl

Inherited from Tables

Inherited from AnyRef

Inherited from Any

Ungrouped