CloneSet207


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12520.971method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1121140
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLDatabaseMetaData.java
2121157
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLDatabaseMetaData.java
3121174
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLDatabaseMetaData.java
4121191
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLDatabaseMetaData.java
5121208
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLDatabaseMetaData.java
Next
Last
Clone Instance
1
Line Count
12
Source Line
1140
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLDatabaseMetaData.java

  /* (non-Javadoc)
* @see net.sourceforge.squirrel_sql.fw.sql.ISQLDatabaseMetaData#getNumericFunctions()
*/
public synchronized String[] getNumericFunctions() throws SQLException {
  final String key = "getNumericFunctions";
  String[] value = (String[]) _cache.get(key);
  if (value != null) {
    return value;
  }
  value = makeArray(privateGetJDBCMetaData().getNumericFunctions());
  _cache.put(key, value);
  return value;
}


Next
Previous
Clone Instance
2
Line Count
12
Source Line
1157
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLDatabaseMetaData.java

/* (non-Javadoc)
 * @see net.sourceforge.squirrel_sql.fw.sql.ISQLDatabaseMetaData#getStringFunctions()
 */
public synchronized String[] getStringFunctions() throws SQLException {
  final String key = "getStringFunctions";
  String[] value = (String[]) _cache.get(key);
  if (value != null) {
    return value;
  }
  value = makeArray(privateGetJDBCMetaData().getStringFunctions());
  _cache.put(key, value);
  return value;
}


Next
Previous
Clone Instance
3
Line Count
12
Source Line
1174
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLDatabaseMetaData.java

/* (non-Javadoc)
 * @see net.sourceforge.squirrel_sql.fw.sql.ISQLDatabaseMetaData#getSystemFunctions()
 */
public synchronized String[] getSystemFunctions() throws SQLException {
  final String key = "getSystemFunctions";
  String[] value = (String[]) _cache.get(key);
  if (value != null) {
    return value;
  }
  value = makeArray(privateGetJDBCMetaData().getSystemFunctions());
  _cache.put(key, value);
  return value;
}


Next
Previous
Clone Instance
4
Line Count
12
Source Line
1191
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLDatabaseMetaData.java

/* (non-Javadoc)
 * @see net.sourceforge.squirrel_sql.fw.sql.ISQLDatabaseMetaData#getTimeDateFunctions()
 */
public synchronized String[] getTimeDateFunctions() throws SQLException {
  final String key = "getTimeDateFunctions";
  String[] value = (String[]) _cache.get(key);
  if (value != null) {
    return value;
  }
  value = makeArray(privateGetJDBCMetaData().getTimeDateFunctions());
  _cache.put(key, value);
  return value;
}


First
Previous
Clone Instance
5
Line Count
12
Source Line
1208
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLDatabaseMetaData.java

/* (non-Javadoc)
 * @see net.sourceforge.squirrel_sql.fw.sql.ISQLDatabaseMetaData#getSQLKeywords()
 */
public synchronized String[] getSQLKeywords() throws SQLException {
  final String key = "getSQLKeywords";
  String[] value = (String[]) _cache.get(key);
  if (value != null) {
    return value;
  }
  value = makeArray(privateGetJDBCMetaData().getSQLKeywords());
  _cache.put(key, value);
  return value;
}


Clone AbstractionParameter Count: 2Parameter Bindings

/* (non-Javadoc)
     * @see net.sourceforge.squirrel_sql.fw.sql.ISQLDatabaseMetaData#getSQLKeywords()
     */
/* (non-Javadoc)
     * @see net.sourceforge.squirrel_sql.fw.sql.ISQLDatabaseMetaData#getTimeDateFunctions()
     */
/* (non-Javadoc)
     * @see net.sourceforge.squirrel_sql.fw.sql.ISQLDatabaseMetaData#getSystemFunctions()
     */
/* (non-Javadoc)
     * @see net.sourceforge.squirrel_sql.fw.sql.ISQLDatabaseMetaData#getStringFunctions()
     */
/* (non-Javadoc)
 * @see net.sourceforge.squirrel_sql.fw.sql.ISQLDatabaseMetaData#getNumericFunctions()
 */
public synchronized String[]  [[#variable18d4e140]]() throws SQLException {
  final String key = [[#variable18d4e080]];
  String[] value = (String[]) _cache.get(key);
  if (value != null) {
    return value;
  }
  value = makeArray(privateGetJDBCMetaData(). [[#variable18d4e140]]());
  _cache.put(key, value);
  return value;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18d4e140]]
getNumericFunctions 
12[[#18d4e140]]
getStringFunctions 
13[[#18d4e140]]
getSystemFunctions 
14[[#18d4e140]]
getTimeDateFunctions 
15[[#18d4e140]]
getSQLKeywords 
21[[#18d4e080]]
"getNumericFunctions" 
22[[#18d4e080]]
"getStringFunctions" 
23[[#18d4e080]]
"getSystemFunctions" 
24[[#18d4e080]]
"getTimeDateFunctions" 
25[[#18d4e080]]
"getSQLKeywords"