Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.969 | interface_member_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 424 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/ISQLDatabaseMetaData.java |
2 | 6 | 431 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/ISQLDatabaseMetaData.java |
| |||||
/** * * @param ti * @return * @throws DataSetException */ IDataSet getExportedKeysDataSet(ITableInfo ti) throws DataSetException; ForeignKeyInfo[] getImportedKeysInfo(String catalog, String schema, String tableName) throws SQLException; ForeignKeyInfo[] getImportedKeysInfo(ITableInfo ti) throws SQLException; |
| |||||
IDataSet getImportedKeysDataSet(ITableInfo ti) throws DataSetException; ForeignKeyInfo[] getExportedKeysInfo(String catalog, String schema, String tableName) throws SQLException; ForeignKeyInfo[] getExportedKeysInfo(ITableInfo ti) throws SQLException; |
| |||
/** * * @param ti * @return * @throws DataSetException */ IDataSet [[#variable1cca0ee0]](ITableInfo ti) throws DataSetException; ForeignKeyInfo[] [[#variable1cca0ea0]](String catalog, String schema, String tableName) throws SQLException; ForeignKeyInfo[] [[#variable1cca0ea0]](ITableInfo ti) throws SQLException; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cca0ee0]] | getExportedKeysDataSet |
1 | 2 | [[#1cca0ee0]] | getImportedKeysDataSet |
2 | 1 | [[#1cca0ea0]] | getImportedKeysInfo |
2 | 2 | [[#1cca0ea0]] | getExportedKeysInfo |