com.mysema.query.sql.support
Class KeyDataFactory
java.lang.Object
com.mysema.query.sql.support.KeyDataFactory
public class KeyDataFactory
- extends Object
- Author:
- tiwe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyDataFactory
public KeyDataFactory()
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-2011 Mysema Ltd. All Rights Reserved.