Uses of Class
com.hp.hpl.jena.sdb.core.JoinType

Packages that use JoinType
com.hp.hpl.jena.sdb.core   
com.hp.hpl.jena.sdb.core.sqlnode   
 

Uses of JoinType in com.hp.hpl.jena.sdb.core
 

Methods in com.hp.hpl.jena.sdb.core that return JoinType
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.
 

Uses of JoinType in com.hp.hpl.jena.sdb.core.sqlnode
 

Methods in com.hp.hpl.jena.sdb.core.sqlnode that return JoinType
 JoinType SqlJoin.getJoinType()
           
 

Methods in com.hp.hpl.jena.sdb.core.sqlnode with parameters of type JoinType
static SqlJoin SqlJoin.create(JoinType joinType, SqlNode left, SqlNode right)
           
 



Copyright ? 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Epimorphics Ltd.