public class SqlOpJoin extends SqlOpBase2
left, right| Constructor and Description |
|---|
SqlOpJoin(Schema schema,
com.hp.hpl.jena.sdb.core.JoinType joinType,
SqlOp left,
SqlOp right) |
SqlOpJoin(Schema schema,
com.hp.hpl.jena.sdb.core.JoinType joinType,
SqlOp left,
SqlOp right,
List<SqlExpr> conditions) |
| Modifier and Type | Method and Description |
|---|---|
static SqlOpJoin |
create(com.hp.hpl.jena.sdb.core.JoinType joinType,
SqlOp a,
SqlOp b) |
static SqlOpJoin |
create(com.hp.hpl.jena.sdb.core.JoinType joinType,
SqlOp a,
SqlOp b,
List<SqlExpr> conditions) |
static Schema |
createJoinSchema(Schema a,
Schema b) |
List<SqlExpr> |
getConditions() |
com.hp.hpl.jena.sdb.core.JoinType |
getJoinType() |
boolean |
isEmpty() |
void |
write(org.apache.jena.atlas.io.IndentedWriter writer) |
getLeft, getRight, getSubOpspublic SqlOpJoin(Schema schema, com.hp.hpl.jena.sdb.core.JoinType joinType, SqlOp left, SqlOp right)
Copyright © 2014. All rights reserved.