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

Packages that use JoinType
com.semarchy.mdm.runtime.model.dataaccess   
 

Uses of JoinType in com.semarchy.mdm.runtime.model.dataaccess
 

Methods in com.semarchy.mdm.runtime.model.dataaccess that return JoinType
 JoinType JoinClause.getJoinType()
           
static JoinType JoinType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JoinType[] JoinType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.semarchy.mdm.runtime.model.dataaccess with parameters of type JoinType
JoinClause(boolean pSubQueryClause, String pJoinCondition, JoinType pJoinType)
          Creates a join clause object
JoinClause(String pTableName, String pTableAlias, String pJoinCondition, JoinType pJoinType)
          Creates a join clause object
 



Copyright © 2015. All Rights Reserved.