| Package | Description |
|---|---|
| org.molgenis.model.elements |
Currently known model elements like 'entity' and 'field'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Entity
Describes a database-entity (or table).
|
class |
Matrix |
class |
View
This class describes an updatable view, which shows two or more entities.
|
| Modifier and Type | Method and Description |
|---|---|
DBSchema |
Model.getDatabase() |
| Constructor and Description |
|---|
DBSchema(String name,
DBSchema parent,
Model model)
The standard constructor, which links the object in the tree (with the
parent parameter).
|
Entity(String name,
DBSchema parent)
Default constructor.
|
Entity(String name,
String label,
DBSchema parent)
Default constructor.
|
Entity(String name,
String label,
DBSchema parent,
boolean system)
Default constructor.
|
Matrix(String name,
DBSchema parent) |
View(String name,
String label,
DBSchema parent) |
Copyright © 2015. All Rights Reserved.