Uses of Class
com.semarchy.mdm.runtime.model.dataaccess.JoinClause

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
 



Copyright © 2015. All Rights Reserved.