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 DBDiaTableNode
DBDiaReferenceEdgeHelper. mergeSiblingTables(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Merges two or more child database table nodes of the selected foreign key edges.static DBDiaTableNode
DBDiaTableNodeHelper. mergeSiblingTables(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Merges two or more selected child database table nodes.DBDiaTableNode
DBDiaTableNode. splitH()
Splits the selectedDBDiaTableNode
into a newDBDiaTableNode
.DBDiaTableNode
DBDiaTableNode. splitMergedTable(DBMergedTable newTable, java.util.List<? extends DBMergedTable> mergedTables)
Split theDBTable
by creating a new table for theDBMergedTable
given by the argument 'newTable'.static DBDiaTableNode
DBDiaTableNodeHelper. splitV(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Splits the selectedDBTableColumn
s 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 theDBDiaTableNode
which contains theDBUniqueKey
corresponding to the selectedDBForeignKey
into theDBTable
which 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 theDBDiaTableNode
of the selectedDBForeignKey
into theDBTable
which contains the correspondingDBUniqueKey
.
-