|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||