com.mysema.query.sql.support
Class KeyDataFactory

java.lang.Object
  extended by com.mysema.query.sql.support.KeyDataFactory

public class KeyDataFactory
extends Object

Author:
tiwe

Constructor Summary
KeyDataFactory()
           
 
Method Summary
 Map<String,InverseForeignKeyData> getExportedKeys(DatabaseMetaData md, String schemaPattern, String tableName)
           
 Map<String,ForeignKeyData> getImportedKeys(DatabaseMetaData md, String schemaPattern, String tableName)
           
 Map<String,PrimaryKeyData> getPrimaryKeys(DatabaseMetaData md, String schemaPattern, String tableName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyDataFactory

public KeyDataFactory()
Method Detail

getExportedKeys

public Map<String,InverseForeignKeyData> getExportedKeys(DatabaseMetaData md,
                                                         String schemaPattern,
                                                         String tableName)
                                                  throws SQLException
Throws:
SQLException

getImportedKeys

public Map<String,ForeignKeyData> getImportedKeys(DatabaseMetaData md,
                                                  String schemaPattern,
                                                  String tableName)
                                           throws SQLException
Throws:
SQLException

getPrimaryKeys

public Map<String,PrimaryKeyData> getPrimaryKeys(DatabaseMetaData md,
                                                 String schemaPattern,
                                                 String tableName)
                                          throws SQLException
Throws:
SQLException


Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.