| Package | Description |
|---|---|
| org.eclipse.dirigible.database.ds.model | |
| org.eclipse.dirigible.database.ds.model.processors |
| Modifier and Type | Method and Description |
|---|---|
static DataStructureTableModel |
DataStructureModelFactory.parseTable(byte[] bytes)
Creates a table model from the raw content.
|
static DataStructureTableModel |
DataStructureModelFactory.parseTable(String content)
Creates a table model from the raw content.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataStructureTableModel> |
DataStructureSchemaModel.getTables()
Get the tables
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TableCreateProcessor.execute(Connection connection,
DataStructureTableModel tableModel)
Execute the corresponding statement.
|
static void |
TableDropProcessor.execute(Connection connection,
DataStructureTableModel tableModel)
Execute the corresponding statement.
|
Copyright © 2010–2018 Eclipse Foundation. All rights reserved.