| Package | Description |
|---|---|
| org.eclipse.dirigible.database.ds.model | |
| org.eclipse.dirigible.database.ds.model.processors |
| Modifier and Type | Method and Description |
|---|---|
static DataStructureViewModel |
DataStructureModelFactory.parseView(byte[] bytes)
Creates a view model from the raw content.
|
static DataStructureViewModel |
DataStructureModelFactory.parseView(String content)
Creates a view model from the raw content.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataStructureViewModel> |
DataStructureSchemaModel.getViews()
Get the views
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ViewCreateProcessor.execute(Connection connection,
DataStructureViewModel viewModel)
Execute the corresponding statement.
|
static void |
ViewDropProcessor.execute(Connection connection,
DataStructureViewModel viewModel)
Execute the corresponding statement.
|
Copyright © 2010–2018 Eclipse Foundation. All rights reserved.