@Label(value="Schema") public interface SchemaDescriptor extends RdbmsDescriptor, com.buschmais.jqassistant.plugin.common.api.model.NamedDescriptor
| Modifier and Type | Method and Description |
|---|---|
List<FunctionDescriptor> |
getFunctions() |
List<ProcedureDescriptor> |
getProcedures() |
List<SequenceDesriptor> |
getSequences() |
List<TableDescriptor> |
getTables() |
List<RoutineDescriptor> |
getUnknownRoutines() |
List<ViewDescriptor> |
getViews() |
@Relation(value="HAS_TABLE") List<TableDescriptor> getTables()
@Relation(value="HAS_VIEW") List<ViewDescriptor> getViews()
@Relation(value="HAS_SEQUENCE") List<SequenceDesriptor> getSequences()
@Relation(value="HAS_FUNCTION") List<FunctionDescriptor> getFunctions()
@Relation(value="HAS_PROCEDURE") List<ProcedureDescriptor> getProcedures()
@Relation(value="HAS_UNKNOWN_ROUTINE") List<RoutineDescriptor> getUnknownRoutines()
Copyright © 2015 buschmais GbR. All rights reserved.