Difference between revisions of "EVEmu Database Guide"

From EVEmu Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
== <span id="The_EVE_Database" class="mw-headline"> The EVE Database </span> ==
 
== <span id="The_EVE_Database" class="mw-headline"> The EVE Database </span> ==
  
See [[EVE_Database|the EVE Database article]] for a complete listing of tables both brought in by the official CCP static DB dump as well as those created and maintained by the EVEmu project.
+
See [[Category:EVE_Database|the EVE Database article]] for a complete listing of tables both brought in by the official CCP static DB dump as well as those created and maintained by the EVEmu project.
  
 
== <span id="Database_Table_Types" class="mw-headline"> ''Database Table Types'' </span> ==
 
== <span id="Database_Table_Types" class="mw-headline"> ''Database Table Types'' </span> ==

Revision as of 04:09, 4 April 2021

The EVE Database

See for a complete listing of tables both brought in by the official CCP static DB dump as well as those created and maintained by the EVEmu project.

Database Table Types

Below is a description of the different table types and a list of tables:

IndexRowset - these are simple keyed tables:

 The following tables are in IndexRowset form:
   TABLENAME                    PRIMARY KEY
   ---------------------------  ------------------
   invcategories                categoryID         
   invgroups                    groupID            
   invmetagroups                metaGroupID        
   invtypes                     typeID             
   invbptypes                   blueprintTypeID    
   dgmattribs                   attributeID        
   dgmeffects                   effectID           
   evegraphics                  graphicID          
   eveunits                     unitID             
   eveowners                    ownerID            
   evelocations                 locationID         
   corptickernames              corporationID      
   allianceshortnames           allianceID         
   ramaltypes                   assemblyLineTypeID 
   ramactivities                activityID
   ramcompletedstatuses         completedStatusID
   mapcelestialdescriptions     celestialID
   certificates                 certificateID
   certificaterelationships     relationshipID
   locationwormholeclasses      locationID


FilterRowset - these are accessed as dicts, keyed on the table's "primary key", and each value is a standard list or an IndexRowset containing the data rows for the key.

 The following tables are in FilterRowset form:
   TABLENAME                    PRIMARY KEY        
   ---------------------------  ------------------
   dgmtypeeffects               typeID
   dgmtypeattribs               typeID
   invmetatypes                 typeID
   invreactiontypes             reactionTypeID
   ramaltypesdetailpercategory  assemblyLineTypeID
   ramaltypesdetailpergroup     assemblyLineTypeID
   ramtyperequirements          typeID
   ramtypematerials             typeID