Uses of Class
com.healthmarketscience.jackcess.util.Joiner
-
Packages that use Joiner Package Description com.healthmarketscience.jackcess.util -
-
Uses of Joiner in com.healthmarketscience.jackcess.util
Methods in com.healthmarketscience.jackcess.util that return Joiner Modifier and Type Method Description static JoinerJoiner. create(Index fromIndex)Creates a new Joiner based on the given index which backs a foreign-key relationship.static JoinerJoiner. 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.JoinerJoiner. createReverse()Creates a new Joiner that is the reverse of this Joiner (the "from" and "to" tables are swapped).
-