| DatabaseAction | Abstract action for common function needed by database actions. | code | html |
| DatabaseAction.CacheHelper | Structure that takes all processed data for a table depending on current default modes | code | html |
| DatabaseAction.Column | Structure that takes all processed data for one column. | code | html |
| DatabaseAction.LookUpKey | Structure that takes up both current mode types for database operations and table configuration data. | code | html |
| DatabaseAddAction | Adds record in a database. | code | html |
| DatabaseDeleteAction | Updates a record in a database. | code | html |
| DatabaseQueryAction | Executes an arbitrary query. | code | html |
| DatabaseSelectAction | Selects a record from a database. | code | html |
| DatabaseUpdateAction | Updates a record in a database. | code | html |
| TestAction | Demo action that uses componentized input / output layer. | code | html |
These sitemap components use modules to obtain values and are thus very
flexible in use.