Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 2 | 0.961 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 778 | E:/TSE/Projects-CloneDR/sql12/test/proxydriver/net/sourceforge/squirrel_sql/jdbcproxy/ProxyDatabaseMetaData.java |
2 | 5 | 784 | E:/TSE/Projects-CloneDR/sql12/test/proxydriver/net/sourceforge/squirrel_sql/jdbcproxy/ProxyDatabaseMetaData.java |
3 | 4 | 791 | E:/TSE/Projects-CloneDR/sql12/test/proxydriver/net/sourceforge/squirrel_sql/jdbcproxy/ProxyDatabaseMetaData.java |
4 | 4 | 822 | E:/TSE/Projects-CloneDR/sql12/test/proxydriver/net/sourceforge/squirrel_sql/jdbcproxy/ProxyDatabaseMetaData.java |
| |||||
public ResultSet getExportedKeys(String catalog, String schema, String table) throws SQLException { ProxyMethodManager.check("ProxyDatabaseMetaData", "getExportedKeys"); return _data.getExportedKeys(catalog, schema, table); } |
| |||||
public ResultSet getImportedKeys(String catalog, String schema, String table) throws SQLException { ProxyMethodManager.check("ProxyDatabaseMetaData", "getImportedKeys"); return _data.getImportedKeys(catalog, schema, table); } |
| |||||
public ResultSet getPrimaryKeys(String catalog, String schema, String table) throws SQLException { ProxyMethodManager.check("ProxyDatabaseMetaData", "getPrimaryKeys"); return _data.getPrimaryKeys(catalog, schema, table); } |
| |||||
public ResultSet getVersionColumns(String catalog, String schema, String table) throws SQLException { ProxyMethodManager.check("ProxyDatabaseMetaData", "getVersionColumns"); return _data.getVersionColumns(catalog, schema, table); } |
| |||
public ResultSet [[#variable1ce12880]](String catalog, String schema, String table) throws SQLException { ProxyMethodManager.check("ProxyDatabaseMetaData", [[#variable1ce127e0]]); return _data. [[#variable1ce12880]](catalog, schema, table); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ce12880]] | getExportedKeys |
1 | 2 | [[#1ce12880]] | getImportedKeys |
1 | 3 | [[#1ce12880]] | getPrimaryKeys |
1 | 4 | [[#1ce12880]] | getVersionColumns |
2 | 1 | [[#1ce127e0]] | "getExportedKeys" |
2 | 2 | [[#1ce127e0]] | "getImportedKeys" |
2 | 3 | [[#1ce127e0]] | "getPrimaryKeys" |
2 | 4 | [[#1ce127e0]] | "getVersionColumns" |