| Class | Description |
|---|---|
| SQLCollection |
This class implements a collection that mirrors its contents into a SQL database
A SQL table has the following structure:
- type:integer | value:text
|
| SQLConnector |
Base class for classes that connect to SQL databases
|
| SQLMap |
This class implements a map that mirrors its contents into a SQL database
- The map represents the root map that is linked into the SQL database as one table
- Subsequent maps map to subsequent SQL tables
A SQL table has the following structure:
- name:text | type:integer | value:text
|
| SQLProxy |
Abstract base class for SQL proxy elements that mirror their content in a SQL table
|
| SQLRootElement |
Create a root element that connects to SQL database and that contains other maps and collections
|
| SQLTableRow |
Represent a SQL element table row
|
Copyright © 2021. All rights reserved.