CharStateDetails

From Species File Help
(Difference between revisions)
Jump to: navigation, search
(created page)
 
(cat)
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
 
'''tblCharStateDetails''', subordinate to tblKeyCharStates, display details for character states (allows for multiple display components for a single character state)
 
'''tblCharStateDetails''', subordinate to tblKeyCharStates, display details for character states (allows for multiple display components for a single character state)
  
    KeyCharID, integer, 4 bytes, = tblKeyChars.KeyCharID
+
*KeyCharID, integer, 4 bytes, = tblKeyChars.KeyCharID
    KeyCharStateID, integer, 4 bytes, = tblKeyCharStates.KeyCharStateID
+
*KeyCharStateID, integer, 4 bytes, = tblKeyCharStates.KeyCharStateID
    SeqNum, integer, 1 byte, 1-based sequence number for display components.  CharID, CharStateID and SeqNum form a composite primary key
+
*SeqNum, integer, 1 byte, 1-based sequence number for display components.  CharID, CharStateID and SeqNum form a composite primary key
    Type, integer, 2 bytes
+
*Type, integer, 2 bytes
        1 = text
+
**1 = text
        2 = image
+
**2 = image
        3 = sound
+
**3 = sound
        4 = list of image coordinates (not yet implemented)
+
**4 = list of image coordinates (not yet implemented)
    Text, 1500 characters maximum
+
*Text, 1500 characters maximum
    ImageID, integer, 4 bytes, = tblImages.ImageID
+
*ImageID, integer, 4 bytes, = tblImages.ImageID
    SoundID, integer, 4 bytes, = tblSounds.SoundID
+
*SoundID, integer, 4 bytes, = tblSounds.SoundID
    LastUpdate, smalldatetime, date and time row last updated
+
*LastUpdate, smalldatetime, date and time row last updated
    ModifiedBy, integer, 4 bytes, FileUserID of the signon that made the change
+
*ModifiedBy, integer, 4 bytes, FileUserID of the signon that made the change
    CreatedOn, smalldatetime, date and time row was created
+
*CreatedOn, smalldatetime, date and time row was created
    CreatedBy, integer, 4 bytes, FileUserID of the signon that created the row
+
*CreatedBy, integer, 4 bytes, FileUserID of the signon that created the row
  
 
[[Category:KeyTables]]
 
[[Category:KeyTables]]
 +
[[Category:Tables]]

Latest revision as of 16:42, 8 September 2012

tblCharStateDetails, subordinate to tblKeyCharStates, display details for character states (allows for multiple display components for a single character state)

  • KeyCharID, integer, 4 bytes, = tblKeyChars.KeyCharID
  • KeyCharStateID, integer, 4 bytes, = tblKeyCharStates.KeyCharStateID
  • SeqNum, integer, 1 byte, 1-based sequence number for display components. CharID, CharStateID and SeqNum form a composite primary key
  • Type, integer, 2 bytes
    • 1 = text
    • 2 = image
    • 3 = sound
    • 4 = list of image coordinates (not yet implemented)
  • Text, 1500 characters maximum
  • ImageID, integer, 4 bytes, = tblImages.ImageID
  • SoundID, integer, 4 bytes, = tblSounds.SoundID
  • LastUpdate, smalldatetime, date and time row last updated
  • ModifiedBy, integer, 4 bytes, FileUserID of the signon that made the change
  • CreatedOn, smalldatetime, date and time row was created
  • CreatedBy, integer, 4 bytes, FileUserID of the signon that created the row
Personal tools
Namespaces

Variants
Actions
Navigation
Species Files
Wiki
Toolbox