Holger's
Java API

Uses of Interface
com.antelmann.sql.ForeignKeyMappingInfo

Packages that use ForeignKeyMappingInfo
com.antelmann.sql This package contains classes to ease JDBC development and also provides useful SQL-based implementations for com.antelmann.db classes 
 

Uses of ForeignKeyMappingInfo in com.antelmann.sql
 

Classes in com.antelmann.sql that implement ForeignKeyMappingInfo
 class DefaultMappingInfo
          provides a default implementation for the MappingInfo interface, making it easy to allow other objects to delegate the interface methods to an instance of this class.
 

Methods in com.antelmann.sql with parameters of type ForeignKeyMappingInfo
static String DefaultMappingInfo.getColumnForForeignKey(ForeignKeyMappingInfo fmi, Class<?> type)
          returns the first available column (if any) that maps to the given type
 void DefaultMappingInfo.setAllFrom(ForeignKeyMappingInfo fmi)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads