Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 3 | 0.955 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 57 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/DB2DialectExt.java |
2 | 6 | 63 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/DerbyDialectExt.java |
3 | 5 | 48 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/PointbaseDialectExt.java |
| |||||
registerColumnType(Types.BIT, "smallint"); // DB2 spec says max=2147483647, but the driver throws an exception registerColumnType(Types.BLOB, 1073741823, "blob($l)"); registerColumnType(Types.BLOB, "blob(1073741823)"); registerColumnType(Types.BOOLEAN, "smallint"); registerColumnType(Types.CHAR, 254, "char($l)"); |
| |||||
registerColumnType(Types.BIT, "smallint"); // DB2 spec says max=2147483647, but the driver throws an exception registerColumnType(Types.BLOB, 1073741823, "blob($l)"); registerColumnType(Types.BLOB, "blob(1073741823)"); registerColumnType(Types.BOOLEAN, "smallint"); registerColumnType(Types.CHAR, 254, "char($l)"); |
| |||||
registerColumnType(Types.BIT, "smallint"); registerColumnType(Types.BLOB, 2000000000, "blob($l)"); registerColumnType(Types.BLOB, "blob(2000000000)"); registerColumnType(Types.BOOLEAN, "smallint"); registerColumnType(Types.CHAR, 4054, "char($l)"); |
| |||
registerColumnType(Types.BIT, "smallint"); // DB2 spec says max=2147483647, but the driver throws an exception registerColumnType(Types.BLOB, [[#variable1cc8f960]], "blob($l)"); registerColumnType(Types.BLOB, [[#variable1cc89300]]); registerColumnType(Types.BOOLEAN, "smallint"); registerColumnType(Types.CHAR, [[#variable1cc8e360]], "char($l)"); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cc8f960]] | 1073741823 |
1 | 2 | [[#1cc8f960]] | 1073741823 |
1 | 3 | [[#1cc8f960]] | 2000000000 |
2 | 1 | [[#1cc89300]] | "blob(1073741823)" |
2 | 2 | [[#1cc89300]] | "blob(1073741823)" |
2 | 3 | [[#1cc89300]] | "blob(2000000000)" |
3 | 1 | [[#1cc8e360]] | 254 |
3 | 2 | [[#1cc8e360]] | 254 |
3 | 3 | [[#1cc8e360]] | 4054 |