@Label(value="Table") public interface TableOrViewDescriptor extends RdbmsDescriptor, com.buschmais.jqassistant.plugin.common.api.model.NamedDescriptor
| Modifier and Type | Method and Description |
|---|---|
List<ColumnDescriptor> |
getColumns() |
List<IndexDescriptor> |
getIndices() |
PrimaryKeyDescriptor |
getPrimaryKey() |
List<TriggerDescriptor> |
getTriggers() |
void |
setPrimaryKey(PrimaryKeyDescriptor primaryKeyDescriptor) |
@Relation(value="HAS_PRIMARY_KEY") PrimaryKeyDescriptor getPrimaryKey()
void setPrimaryKey(PrimaryKeyDescriptor primaryKeyDescriptor)
@Relation(value="HAS_COLUMN") List<ColumnDescriptor> getColumns()
@Relation(value="HAS_INDEX") List<IndexDescriptor> getIndices()
@Relation(value="HAS_TRIGGER") List<TriggerDescriptor> getTriggers()
Copyright © 2016 buschmais GbR. All rights reserved.