CloneSet1706


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.957method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12483
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/ISQLDatabaseMetaData.java
22533
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/ISQLDatabaseMetaData.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
483
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/ISQLDatabaseMetaData.java

/**
 * 
 * @param ti
 * @return
 * @throws SQLException
 */
PrimaryKeyInfo[] getPrimaryKey(String catalog, String schema, String table)
  throws SQLException;


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

/**
 * 
 * @param catalog
 * @param schema
 * @param table
 * @return
 * @throws SQLException
 */
TableColumnInfo[] getColumnInfo(String catalog, String schema, String table)
  throws SQLException;


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variable1c964960]][]  [[#variable1c9648c0]](String catalog, String schema, String table)
  throws SQLException;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c964960]]
/**
 * 
 * @param ti
 * @return
 * @throws SQLException
 */
PrimaryKeyInfo 
12[[#1c964960]]
/**
 * 
 * @param catalog
 * @param schema
 * @param table
 * @return
 * @throws SQLException
 */
TableColumnInfo 
21[[#1c9648c0]]
getPrimaryKey 
22[[#1c9648c0]]
getColumnInfo