|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Joiner | |
---|---|
com.healthmarketscience.jackcess |
Uses of Joiner in com.healthmarketscience.jackcess |
---|
Methods in com.healthmarketscience.jackcess that return Joiner | |
---|---|
static Joiner |
Joiner.create(Index fromIndex)
Creates a new Joiner based on the given index which backs a foreign-key relationship. |
static Joiner |
Joiner.create(Table fromTable,
Table toTable)
Creates a new Joiner based on the foreign-key relationship between the given "from"" table and the given "to"" table. |
Joiner |
Joiner.createReverse()
Creates a new Joiner that is the reverse of this Joiner (the "from" and "to" tables are swapped). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |