|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JoinClause | |
---|---|
com.semarchy.mdm.runtime.model.dataaccess |
Uses of JoinClause in com.semarchy.mdm.runtime.model.dataaccess |
---|
Methods in com.semarchy.mdm.runtime.model.dataaccess that return types with arguments of type JoinClause | |
---|---|
List<JoinClause> |
JoinClause.getJoinClauses()
|
List<JoinClause> |
FromClause.getJoinClauses()
|
Methods in com.semarchy.mdm.runtime.model.dataaccess with parameters of type JoinClause | |
---|---|
void |
JoinClause.addJoinClause(JoinClause pJoinClause)
adds a join clause to this join clause |
void |
FromClause.addJoinClause(JoinClause pJoinClause)
adds a join clause to the base driving table |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |