| Table Name | Description |
| rta_tables |
The table of all tables in the system. This is a pseudo table and not an array of structures like other tables. |
| rta_columns |
The list of all columns in all tables along with their attributes. |
| rta_dbg |
Configure of debug logging. A callback on the 'target' field closes and reopens syslog(). None of the values in this table are saved to disk. If you want non-default values you need to change the rta source or do an SQL_string() to set the values when you initialize your program. |
| rta_stat |
Usage and error counts for the rta package. |
| mytable |
A sample application table |
| UIConns |
Data about TCP connections from UI frontend programs |