BlockCharStates

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:
 
'''tblBlockCharStates''', linking table to match block character (specific to block) with key character (pool of all characters)
 
'''tblBlockCharStates''', linking table to match block character (specific to block) with key character (pool of all characters)
  
    BlockID, integer, 2 bytes, = tblKeyBlocks.BlockID and tblKeyBlockChars.BlockID
+
*BlockID, integer, 2 bytes, = tblKeyBlocks.BlockID and tblKeyBlockChars.BlockID
    CharIndex, integer, 2 bytes, = tblKeyBlockChars.CharIndex
+
*CharIndex, integer, 2 bytes, = tblKeyBlockChars.CharIndex
    CharStateIndex, integer, 2 bytes, 0-based index giving position of character state within character; BlockID, CharIndex and CharStateIndex form a composite primary key.  CharStateIndex is zero based.  Values range from 0 to 125.  Value of 126 is reserved for header information for the character.  Value of 127 is reserved for swapping the indices of two character states.
+
*CharStateIndex, integer, 2 bytes, 0-based index giving position of character state within character; BlockID, CharIndex and CharStateIndex form a composite primary key.  CharStateIndex is zero based.  Values range from 0 to 125.  Value of 126 is reserved for header information for the character.  Value of 127 is reserved for swapping the indices of two character states.
    KeyCharID, integer, 4 bytes, = tblKeyChars.KeyCharID and tblKeyCharStates.KeyCharID
+
*KeyCharID, integer, 4 bytes, = tblKeyChars.KeyCharID and tblKeyCharStates.KeyCharID
    KeyCharStateID, integer, 4 bytes, = tblKeyCharStates.KeyCharStateID
+
*KeyCharStateID, integer, 4 bytes, = tblKeyCharStates.KeyCharStateID
    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:41, 8 September 2012

tblBlockCharStates, linking table to match block character (specific to block) with key character (pool of all characters)

  • BlockID, integer, 2 bytes, = tblKeyBlocks.BlockID and tblKeyBlockChars.BlockID
  • CharIndex, integer, 2 bytes, = tblKeyBlockChars.CharIndex
  • CharStateIndex, integer, 2 bytes, 0-based index giving position of character state within character; BlockID, CharIndex and CharStateIndex form a composite primary key. CharStateIndex is zero based. Values range from 0 to 125. Value of 126 is reserved for header information for the character. Value of 127 is reserved for swapping the indices of two character states.
  • KeyCharID, integer, 4 bytes, = tblKeyChars.KeyCharID and tblKeyCharStates.KeyCharID
  • KeyCharStateID, integer, 4 bytes, = tblKeyCharStates.KeyCharStateID
  • 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