| Package | Description | 
|---|---|
| com.healthmarketscience.jackcess.util | 
| Modifier and Type | Method and Description | 
|---|---|
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). 
 | 
Copyright © 2005–2025 OpenHMS. All rights reserved.