|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mysema.query.sql.codegen.KeyDataFactory
public class KeyDataFactory
| Constructor Summary | |
|---|---|
KeyDataFactory(NamingStrategy namingStrategy,
String packageName,
String prefix,
String suffix,
boolean schemaToPackage)
|
|
| 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 |
|---|
public KeyDataFactory(NamingStrategy namingStrategy,
String packageName,
String prefix,
String suffix,
boolean schemaToPackage)
| Method Detail |
|---|
public Map<String,InverseForeignKeyData> getExportedKeys(DatabaseMetaData md,
String schemaPattern,
String tableName)
throws SQLException
SQLException
public Map<String,ForeignKeyData> getImportedKeys(DatabaseMetaData md,
String schemaPattern,
String tableName)
throws SQLException
SQLException
public Map<String,PrimaryKeyData> getPrimaryKeys(DatabaseMetaData md,
String schemaPattern,
String tableName)
throws SQLException
SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||