CloneSet2111


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7210.973statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1782
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/DaffodilDialectExt.java
2794
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/DB2DialectExt.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
82
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/DaffodilDialectExt.java

registerColumnType(Types.VARCHAR, 1073741823, "clob($l)");
registerColumnType(Types.VARCHAR, "clob(1073741823)");
// The registrations below are made in support for new types introduced in Java6
// Replace "-8" with Types.ROWID when Java6 is the minimum supported version
registerColumnType(-8, "integer");


First
Previous
Clone Instance
2
Line Count
7
Source Line
94
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/DB2DialectExt.java

// DB2 spec says max=2147483647, but the driver throws an exception
registerColumnType(Types.VARCHAR, 1073741823, "clob($l)");
registerColumnType(Types.VARCHAR, "clob(1073741823)");
// The registrations below are made in support for new types introduced in Java6
// Replace "-8" with Types.ROWID when Java6 is the minimum supported version
registerColumnType(-8, "int");


Clone AbstractionParameter Count: 1Parameter Bindings

// DB2 spec says max=2147483647, but the driver throws an exception
registerColumnType(Types.VARCHAR, 1073741823, "clob($l)");
registerColumnType(Types.VARCHAR, "clob(1073741823)");
// The registrations below are made in support for new types introduced in Java6
// Replace "-8" with Types.ROWID when Java6 is the minimum supported version
registerColumnType(-8,  [[#variable1ca399a0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1ca399a0]]
"integer" 
12[[#1ca399a0]]
"int"