Uses of Class
com.healthmarketscience.jackcess.Joiner

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).
 



Copyright © 2005-2013 Health Market Science. All Rights Reserved.