CloneSet794


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6220.969interface_member_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16424
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/ISQLDatabaseMetaData.java
26431
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/ISQLDatabaseMetaData.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
424
Source File
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;


First
Previous
Clone Instance
2
Line Count
6
Source Line
431
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/ISQLDatabaseMetaData.java

IDataSet getImportedKeysDataSet(ITableInfo ti)
  throws DataSetException;
ForeignKeyInfo[] getExportedKeysInfo(String catalog, String schema, String tableName)
  throws SQLException;
ForeignKeyInfo[] getExportedKeysInfo(ITableInfo ti)
  throws SQLException;


Clone AbstractionParameter Count: 2Parameter Bindings

/**
     * 
     * @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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1cca0ee0]]
getExportedKeysDataSet 
12[[#1cca0ee0]]
getImportedKeysDataSet 
21[[#1cca0ea0]]
getImportedKeysInfo 
22[[#1cca0ea0]]
getExportedKeysInfo