| Package | Description |
|---|---|
| org.eclipse.basyx.tools.sqlproxy |
| Modifier and Type | Class and Description |
|---|---|
class |
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
|
class |
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
|
class |
SQLProxy
Abstract base class for SQL proxy elements that mirror their content in a SQL table
|
class |
SQLRootElement
Create a root element that connects to SQL database and that contains other maps and collections
|
Copyright © 2021. All rights reserved.