|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Join | |
---|---|
org.d2rq.lang |
Uses of Join in org.d2rq.lang |
---|
Methods in org.d2rq.lang that return Join | |
---|---|
static Join[] |
Join.createFrom(TableName table,
ForeignKey fk)
|
Join |
Join.getFlipped()
|
static Join |
Microsyntax.parseJoin(String join)
Parses a d2rq:join value: "table1.col1 (<=|=|=>) table2.col2" |
Methods in org.d2rq.lang that return types with arguments of type Join | |
---|---|
Collection<Join> |
ResourceMap.getJoins()
|
Methods in org.d2rq.lang with parameters of type Join | |
---|---|
void |
ResourceMap.addJoin(Join join)
|
static String |
Microsyntax.toString(Join join)
Turns a Join into d2rq:join syntax: "table1.col1 (<=|=|=>) table2.col2" |
Method parameters in org.d2rq.lang with type arguments of type Join | |
---|---|
void |
OpBuilder.addJoinExpressions(Collection<Join> joinExpressions)
|
static JoinSetParser |
JoinSetParser.create(Collection<Join> joinExpressions)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |