Uses of Interface
de.mid.innovator.srv2api.icw2dbdia.DBDiaTableNode
-
Packages that use DBDiaTableNode Package Description de.mid.innovator.srv2api.icw2dbdia 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 DBDiaTableNode Modifier and Type Method Description static DBDiaTableNodeDBDiaReferenceEdgeHelper. mergeSiblingTables(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Merges two or more child database table nodes of the selected foreign key edges.static DBDiaTableNodeDBDiaTableNodeHelper. mergeSiblingTables(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Merges two or more selected child database table nodes.DBDiaTableNodeDBDiaTableNode. splitH()Splits the selectedDBDiaTableNodeinto a newDBDiaTableNode.DBDiaTableNodeDBDiaTableNode. splitMergedTable(DBMergedTable newTable, java.util.List<? extends DBMergedTable> mergedTables)Split theDBTableby creating a new table for theDBMergedTablegiven by the argument 'newTable'.static DBDiaTableNodeDBDiaTableNodeHelper. splitV(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Splits the selectedDBTableColumns into a newDBDiaTableNode.Methods in de.mid.innovator.srv2api.icw2dbdia that return types with arguments of type DBDiaTableNode Modifier and Type Method Description java.util.List<DBDiaTableNode>DBDia. getOwnedTableNode(K_CONTROL_OPTION... behaviourFlags)static java.util.List<DBDiaTableNode>DBDiaReferenceEdgeHelper. mergeToForeign(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Merges theDBDiaTableNodewhich contains theDBUniqueKeycorresponding to the selectedDBForeignKeyinto theDBTablewhich contains the foreign key.static java.util.List<DBDiaTableNode>DBDiaReferenceEdgeHelper. mergeToUnique(SrvContext srvCtx, java.util.List<? extends DBDiaReferenceEdge> seqForeign, java.util.List<java.lang.Integer> seqCard)Merges theDBDiaTableNodeof the selectedDBForeignKeyinto theDBTablewhich contains the correspondingDBUniqueKey.
-