| 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
|
Copyright © 2021. All rights reserved.