Uses of Interface
de.mid.innovator.srv2api.icw2dbdia.DBDiaTableNode
Packages that use DBDiaTableNode
Package
Description
Database Diagrams and representations of tables and foreign keys, as well as
views and from clauses.
-
Uses of DBDiaTableNode in de.mid.innovator.srv2api.icw2dbdia
Methods in de.mid.innovator.srv2api.icw2dbdia that return DBDiaTableNodeModifier and TypeMethodDescriptionstatic DBDiaTableNodeDBDiaReferenceEdgeHelper.mergeSiblingTables(SrvContext srvCtx, List<? extends ELElement> seq) Merges two or more child database table nodes of the selected foreign key edges.static DBDiaTableNodeDBDiaTableNodeHelper.mergeSiblingTables(SrvContext srvCtx, List<? extends ELElement> seq) Merges two or more selected child database table nodes.DBDiaTableNode.splitH()Splits the selectedDBDiaTableNodeinto a newDBDiaTableNode.DBDiaTableNode.splitMergedTable(DBMergedTable newTable, List<? extends DBMergedTable> mergedTables) Split theDBTableby creating a new table for theDBMergedTablegiven by the argument 'newTable'.static DBDiaTableNodeDBDiaTableNodeHelper.splitV(SrvContext srvCtx, List<? extends ELElement> seq) Splits a table by moving the selectedCLDiaCompartmentContentNodes ofDBTableColumns to a newDBDiaTableNode.Methods in de.mid.innovator.srv2api.icw2dbdia that return types with arguments of type DBDiaTableNodeModifier and TypeMethodDescriptionDBDia.getOwnedTableNode()static List<DBDiaTableNode> DBDiaReferenceEdgeHelper.mergeToForeign(SrvContext srvCtx, List<? extends ELElement> seq) Merges theDBDiaTableNodewhich contains theDBUniqueKeycorresponding to the selectedDBForeignKeyinto theDBTablewhich contains the foreign key.static List<DBDiaTableNode> DBDiaReferenceEdgeHelper.mergeToUnique(SrvContext srvCtx, List<? extends DBDiaReferenceEdge> seqForeign, List<Integer> seqCard) Merges theDBDiaTableNodeof the selectedDBForeignKeyinto theDBTablewhich contains the correspondingDBUniqueKey.