| SetUp | Connects to database. |
| DefaultConnection | Establishes a database connection |
| Insert | Inserts data into table |
| Select | Validates a table or query |
| PrintTable | Prints a table or query in wiki format |
| ScriptFixture | Runs scripts. Calls stored procedures. Uses bind variables and substitution variables |
| TearDown | Disconnect from database |
| Inheritance of Select | |
| super-super class | RowFixture provides the validation for a set of rows for a fixed number of columns. |
| super class | HashMapFixture provides the validation for a set of rows for any number of columns |