|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectde.mid.innovator.srv2api.icw2dbdia.DBDiaTableNodeHelper
public abstract class DBDiaTableNodeHelper
This is a utility class for DBDiaTableNode that provides static methods for creation or other purposes.
DBDiaTableNode| Method Summary | |
|---|---|
static DBDiaTableNode |
mergeSiblingTables(SrvContext srvCtx,
List<? extends ELElement> seq)
Merges two or more selected child database table nodes. |
static DBDiaTableNode |
splitV(SrvContext srvCtx,
List<? extends ELElement> seq)
Splits the selected DBTableColumns into a new DBDiaTableNode. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static DBDiaTableNode mergeSiblingTables(SrvContext srvCtx,
List<? extends ELElement> seq)
throws InoNetException,
SrvErrorException
srvCtx - The context of the related innovator server.seq - List of ELElement
InoNetException
SrvErrorException
public static DBDiaTableNode splitV(SrvContext srvCtx,
List<? extends ELElement> seq)
throws InoNetException,
SrvErrorException
DBTableColumns into a new DBDiaTableNode.
srvCtx - The context of the related innovator server.seq - List of ELElement
InoNetException
SrvErrorException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||