Difference between revisions of "Database Tables"

From truxwiki.com
Jump to navigation Jump to search
Line 1: Line 1:
 
Here are some of the tables modifiable by the Truxton SDK.
 
Here are some of the tables modifiable by the Truxton SDK.
  
 +
=Data Tables=
 +
These tables hold data gleaned from exploiting media.
 
* <code><nowiki>[</nowiki>[[Entity Table|Entity]]<nowiki>]</nowiki></code> also known as artifacts.
 
* <code><nowiki>[</nowiki>[[Entity Table|Entity]]<nowiki>]</nowiki></code> also known as artifacts.
 
* <code><nowiki>[</nowiki>[[ETLRoute Table|ETLRoute]]<nowiki>]</nowiki></code>
 
* <code><nowiki>[</nowiki>[[ETLRoute Table|ETLRoute]]<nowiki>]</nowiki></code>
Line 11: Line 13:
 
* <code><nowiki>[</nowiki>[[USBDevice Table|USBDevice]]<nowiki>]</nowiki></code>
 
* <code><nowiki>[</nowiki>[[USBDevice Table|USBDevice]]<nowiki>]</nowiki></code>
 
* <code><nowiki>[</nowiki>[[WebsiteVisit Table|WebsiteVisit]]<nowiki>]</nowiki></code>
 
* <code><nowiki>[</nowiki>[[WebsiteVisit Table|WebsiteVisit]]<nowiki>]</nowiki></code>
 +
 +
=Reference Tables=
 +
These tables exist only to give meanings to magic values so humans can better comprehend it.
 +
* <code>[EntityType]</code> to give meaning to integer values found in the <code>[EntityTypeID]</code> column of the <code><nowiki>[</nowiki>[[Entity Table|Entity]]<nowiki>]</nowiki></code> table. These values are also [[Entity Types|defined constants.]]

Revision as of 13:24, 28 December 2020

Here are some of the tables modifiable by the Truxton SDK.

Data Tables

These tables hold data gleaned from exploiting media.

Reference Tables

These tables exist only to give meanings to magic values so humans can better comprehend it.

  • [EntityType] to give meaning to integer values found in the [EntityTypeID] column of the [Entity] table. These values are also defined constants.