| Package | Description |
|---|---|
| org.eclipse.basyx.tools.sqlproxy |
| Modifier and Type | Method and Description |
|---|---|
static Object |
SQLTableRow.getValueFromString(SQLRootElement rootElement,
int typeId,
String valAsString)
Get value from string
|
| Constructor and Description |
|---|
SQLCollection(SQLRootElement rootElement,
int tableId)
Constructor
|
SQLCollection(SQLRootElement rootElement,
String tableIdWithprefix)
Constructor
|
SQLMap(SQLRootElement rootElement,
int tableId)
Constructor
|
SQLMap(SQLRootElement rootElement,
Map<String,Object> other)
Constructor for creating a new SQLMap from another Map
|
SQLMap(SQLRootElement rootElement,
String tableIdWithprefix)
Constructor
|
SQLProxy(ISQLDriver driver,
String tableID,
SQLRootElement rootElement)
Constructor
|
SQLTableRow(SQLRootElement rootElement,
String name,
int typeId,
String valueAsString)
Constructor
|
Copyright © 2021. All rights reserved.