CloneSet849


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3301.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14509
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeBlob.java
24538
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeClob.java
33420
E:/TSE/Projects-CloneDR/sql12/plugins/derby/src/net/sourceforge/squirrel_sql/plugins/derby/types/DerbyClobDataTypeComponent.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
509
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeBlob.java

/*
 * DataBase-related functions
 */
public Object readResultSet(ResultSet rs, int index, boolean limitDataRead) throws java.sql.SQLException {
  return staticReadResultSet(rs, index);
}


Next
Previous
Clone Instance
2
Line Count
4
Source Line
538
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeClob.java

/*
 * DataBase-related functions
 */
/**
 * On input from the DB, read the data from the ResultSet into the appropriate
 * type of object to be stored in the table cell.
 */
public Object readResultSet(ResultSet rs, int index, boolean limitDataRead) throws java.sql.SQLException {
  return staticReadResultSet(rs, index);
}


First
Previous
Clone Instance
3
Line Count
3
Source Line
420
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/derby/src/net/sourceforge/squirrel_sql/plugins/derby/types/DerbyClobDataTypeComponent.java

/*
 * DataBase-related functions
 */
/**
 * On input from the DB, read the data from the ResultSet into the
 * appropriate type of object to be stored in the table cell.
 */
public Object readResultSet(ResultSet rs, int index, boolean limitDataRead) throws java.sql.SQLException {
  return staticReadResultSet(rs, index);
}


Clone AbstractionParameter Count: 0Parameter Bindings

/*
    * DataBase-related functions
    */
/**
    * On input from the DB, read the data from the ResultSet into the
    * appropriate type of object to be stored in the table cell.
    */
/*
         * DataBase-related functions
         */
/**
          * On input from the DB, read the data from the ResultSet into the appropriate
          * type of object to be stored in the table cell.
          */
public Object readResultSet(ResultSet rs, int index, boolean limitDataRead) throws java.sql.SQLException {
  return staticReadResultSet(rs, index);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None