CloneSet36


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
41510.971method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14296
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/CommonHibernateDialect.java
24645
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/DB2DialectExt.java
35386
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/FirebirdDialectExt.java
44483
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/FrontBaseDialectExt.java
54405
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/H2DialectExt.java
64454
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/HADBDialectExt.java
74424
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/InformixDialectExt.java
84357
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/IngresDialectExt.java
95489
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/InterbaseDialectExt.java
10491
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/IntersystemsCacheDialectExt.java
114455
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/McKoiDialectExt.java
125460
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/MySQLDialectExt.java
134521
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/PostgreSQLDialectExt.java
145448
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/SybaseDialectExt.java
154433
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/TimesTenDialectExt.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
296
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/CommonHibernateDialect.java

/**
 * @see net.sourceforge.squirrel_sql.fw.dialects.HibernateDialect#getCreateTableSQL(java.util.List,
 *      net.sourceforge.squirrel_sql.fw.sql.ISQLDatabaseMetaData,
 *      net.sourceforge.squirrel_sql.fw.dialects.CreateScriptPreferences, boolean)
 */
public List<String> getCreateTableSQL(List<ITableInfo> tables, ISQLDatabaseMetaData md, CreateScriptPreferences prefs, boolean isJdbcOdbc) throws SQLException {
  return DialectUtils.getCreateTableSQL(tables, md, this, prefs, isJdbcOdbc);
}


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

/**
 * Returns the SQL command to create the specified table.
 * 
 * @param tables
 *           the tables to get create statements for
 * @param md
 *           the metadata from the ISession
 * @param prefs
 *           preferences about how the resultant SQL commands should be formed.
 * @param isJdbcOdbc
 *           whether or not the connection is via JDBC-ODBC bridge.
 * @return the SQL that is used to create the specified table
 */
public List<String> getCreateTableSQL(List<ITableInfo> tables, ISQLDatabaseMetaData md, CreateScriptPreferences prefs, boolean isJdbcOdbc) throws SQLException {
  return DialectUtils.getCreateTableSQL(tables, md, this, prefs, isJdbcOdbc);
}


Next
Previous
Clone Instance
3
Line Count
5
Source Line
386
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/FirebirdDialectExt.java

/**
 * @see net.sourceforge.squirrel_sql.fw.dialects.CommonHibernateDialect#getCreateTableSQL(java.util.List,
 *      net.sourceforge.squirrel_sql.fw.sql.ISQLDatabaseMetaData,
 *      net.sourceforge.squirrel_sql.fw.dialects.CreateScriptPreferences, boolean)
 */
@Override public List<String> getCreateTableSQL(List<ITableInfo> tables, ISQLDatabaseMetaData md, CreateScriptPreferences prefs, boolean isJdbcOdbc) throws SQLException {
  return DialectUtils.getCreateTableSQL(tables, md, this, prefs, isJdbcOdbc);
}


Next
Previous
Clone Instance
4
Line Count
4
Source Line
483
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/FrontBaseDialectExt.java

/**
 * Returns the SQL command to create the specified table.
 * 
 * @param tables
 *           the tables to get create statements for
 * @param md
 *           the metadata from the ISession
 * @param prefs
 *           preferences about how the resultant SQL commands should be formed.
 * @param isJdbcOdbc
 *           whether or not the connection is via JDBC-ODBC bridge.
 * @return the SQL that is used to create the specified table
 */
public List<String> getCreateTableSQL(List<ITableInfo> tables, ISQLDatabaseMetaData md, CreateScriptPreferences prefs, boolean isJdbcOdbc) throws SQLException {
  return DialectUtils.getCreateTableSQL(tables, md, this, prefs, isJdbcOdbc);
}


Next
Previous
Clone Instance
5
Line Count
4
Source Line
405
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/H2DialectExt.java

/**
 * Returns the SQL command to create the specified table.
 * 
 * @param tables
 *           the tables to get create statements for
 * @param md
 *           the metadata from the ISession
 * @param prefs
 *           preferences about how the resultant SQL commands should be formed.
 * @param isJdbcOdbc
 *           whether or not the connection is via JDBC-ODBC bridge.
 * @return the SQL that is used to create the specified table
 */
public List<String> getCreateTableSQL(List<ITableInfo> tables, ISQLDatabaseMetaData md, CreateScriptPreferences prefs, boolean isJdbcOdbc) throws SQLException {
  return DialectUtils.getCreateTableSQL(tables, md, this, prefs, isJdbcOdbc);
}


Next
Previous
Clone Instance
6
Line Count
4
Source Line
454
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/HADBDialectExt.java

/**
 * Returns the SQL command to create the specified table.
 * 
 * @param tables
 *           the tables to get create statements for
 * @param md
 *           the metadata from the ISession
 * @param prefs
 *           preferences about how the resultant SQL commands should be formed.
 * @param isJdbcOdbc
 *           whether or not the connection is via JDBC-ODBC bridge.
 * @return the SQL that is used to create the specified table
 */
public List<String> getCreateTableSQL(List<ITableInfo> tables, ISQLDatabaseMetaData md, CreateScriptPreferences prefs, boolean isJdbcOdbc) throws SQLException {
  return DialectUtils.getCreateTableSQL(tables, md, this, prefs, isJdbcOdbc);
}


Next
Previous
Clone Instance
7
Line Count
4
Source Line
424
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/InformixDialectExt.java

/**
 * Returns the SQL command to create the specified table.
 * 
 * @param tables
 *           the tables to get create statements for
 * @param md
 *           the metadata from the ISession
 * @param prefs
 *           preferences about how the resultant SQL commands should be formed.
 * @param isJdbcOdbc
 *           whether or not the connection is via JDBC-ODBC bridge.
 * @return the SQL that is used to create the specified table
 */
public List<String> getCreateTableSQL(List<ITableInfo> tables, ISQLDatabaseMetaData md, CreateScriptPreferences prefs, boolean isJdbcOdbc) throws SQLException {
  return DialectUtils.getCreateTableSQL(tables, md, this, prefs, isJdbcOdbc);
}


Next
Previous
Clone Instance
8
Line Count
4
Source Line
357
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/IngresDialectExt.java

/**
 * @see net.sourceforge.squirrel_sql.fw.dialects.CommonHibernateDialect#getCreateTableSQL(java.util.List,
 *      net.sourceforge.squirrel_sql.fw.sql.ISQLDatabaseMetaData,
 *      net.sourceforge.squirrel_sql.fw.dialects.CreateScriptPreferences, boolean)
 */
public List<String> getCreateTableSQL(List<ITableInfo> tables, ISQLDatabaseMetaData md, CreateScriptPreferences prefs, boolean isJdbcOdbc) throws SQLException {
  return DialectUtils.getCreateTableSQL(tables, md, this, prefs, isJdbcOdbc);
}


Next
Previous
Clone Instance
9
Line Count
5
Source Line
489
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/InterbaseDialectExt.java

/**
 * Returns the SQL command to create the specified table.
 * 
 * @param tables
 *           the tables to get create statements for
 * @param md
 *           the metadata from the ISession
 * @param prefs
 *           preferences about how the resultant SQL commands should be formed.
 * @param isJdbcOdbc
 *           whether or not the connection is via JDBC-ODBC bridge.
 * @return the SQL that is used to create the specified table
 */
@Override public List<String> getCreateTableSQL(List<ITableInfo> tables, ISQLDatabaseMetaData md, CreateScriptPreferences prefs, boolean isJdbcOdbc) throws SQLException {
  return DialectUtils.getCreateTableSQL(tables, md, this, prefs, isJdbcOdbc);
}


Next
Previous
Clone Instance
10
Line Count
4
Source Line
91
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/IntersystemsCacheDialectExt.java

/**
 * Returns the SQL command to create the specified table.
 * 
 * @param tables
 *           the tables to get create statements for
 * @param md
 *           the metadata from the ISession
 * @param prefs
 *           preferences about how the resultant SQL commands should be formed.
 * @param isJdbcOdbc
 *           whether or not the connection is via JDBC-ODBC bridge.
 * @return the SQL that is used to create the specified table
 */
public List<String> getCreateTableSQL(List<ITableInfo> tables, ISQLDatabaseMetaData md, CreateScriptPreferences prefs, boolean isJdbcOdbc) throws SQLException {
  return DialectUtils.getCreateTableSQL(tables, md, this, prefs, isJdbcOdbc);
}


Next
Previous
Clone Instance
11
Line Count
4
Source Line
455
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/McKoiDialectExt.java

/**
 * Returns the SQL command to create the specified table.
 * 
 * @param tables
 *           the tables to get create statements for
 * @param md
 *           the metadata from the ISession
 * @param prefs
 *           preferences about how the resultant SQL commands should be formed.
 * @param isJdbcOdbc
 *           whether or not the connection is via JDBC-ODBC bridge.
 * @return the SQL that is used to create the specified table
 */
public List<String> getCreateTableSQL(List<ITableInfo> tables, ISQLDatabaseMetaData md, CreateScriptPreferences prefs, boolean isJdbcOdbc) throws SQLException {
  return DialectUtils.getCreateTableSQL(tables, md, this, prefs, isJdbcOdbc);
}


Next
Previous
Clone Instance
12
Line Count
5
Source Line
460
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/MySQLDialectExt.java

/**
 * Returns the SQL command to create the specified table.
 * 
 * @param tables
 *           the tables to get create statements for
 * @param md
 *           the metadata from the ISession
 * @param prefs
 *           preferences about how the resultant SQL commands should be formed.
 * @param isJdbcOdbc
 *           whether or not the connection is via JDBC-ODBC bridge.
 * @return the SQL that is used to create the specified table
 */
@Override public List<String> getCreateTableSQL(List<ITableInfo> tables, ISQLDatabaseMetaData md, CreateScriptPreferences prefs, boolean isJdbcOdbc) throws SQLException {
  return DialectUtils.getCreateTableSQL(tables, md, this, prefs, isJdbcOdbc);
}


Next
Previous
Clone Instance
13
Line Count
4
Source Line
521
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/PostgreSQLDialectExt.java

/**
 * Returns the SQL command to create the specified table.
 * 
 * @param tables
 *           the tables to get create statements for
 * @param md
 *           the metadata from the ISession
 * @param prefs
 *           preferences about how the resultant SQL commands should be formed.
 * @param isJdbcOdbc
 *           whether or not the connection is via JDBC-ODBC bridge.
 * @return the SQL that is used to create the specified table
 */
public List<String> getCreateTableSQL(List<ITableInfo> tables, ISQLDatabaseMetaData md, CreateScriptPreferences prefs, boolean isJdbcOdbc) throws SQLException {
  return DialectUtils.getCreateTableSQL(tables, md, this, prefs, isJdbcOdbc);
}


Next
Previous
Clone Instance
14
Line Count
5
Source Line
448
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/SybaseDialectExt.java

/**
 * Returns the SQL command to create the specified table.
 * 
 * @param tables
 *           the tables to get create statements for
 * @param md
 *           the metadata from the ISession
 * @param prefs
 *           preferences about how the resultant SQL commands should be formed.
 * @param isJdbcOdbc
 *           whether or not the connection is via JDBC-ODBC bridge.
 * @return the SQL that is used to create the specified table
 */
@Override public List<String> getCreateTableSQL(List<ITableInfo> tables, ISQLDatabaseMetaData md, CreateScriptPreferences prefs, boolean isJdbcOdbc) throws SQLException {
  return DialectUtils.getCreateTableSQL(tables, md, this, prefs, isJdbcOdbc);
}


First
Previous
Clone Instance
15
Line Count
4
Source Line
433
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/TimesTenDialectExt.java

/**
 * Returns the SQL command to create the specified table.
 * 
 * @param tables
 *           the tables to get create statements for
 * @param md
 *           the metadata from the ISession
 * @param prefs
 *           preferences about how the resultant SQL commands should be formed.
 * @param isJdbcOdbc
 *           whether or not the connection is via JDBC-ODBC bridge.
 * @return the SQL that is used to create the specified table
 */
public List<String> getCreateTableSQL(List<ITableInfo> tables, ISQLDatabaseMetaData md, CreateScriptPreferences prefs, boolean isJdbcOdbc) throws SQLException {
  return DialectUtils.getCreateTableSQL(tables, md, this, prefs, isJdbcOdbc);
}


Clone AbstractionParameter Count: 1Parameter Bindings

 [[#variable1904ab60]]List<String> getCreateTableSQL(List<ITableInfo> tables, ISQLDatabaseMetaData md, CreateScriptPreferences prefs, boolean isJdbcOdbc) throws SQLException {
  return DialectUtils.getCreateTableSQL(tables, md, this, prefs, isJdbcOdbc);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1904ab60]]
/**
 * @see net.sourceforge.squirrel_sql.fw.dialects.HibernateDialect#getCreateTableSQL(java.util.List,
 *      net.sourceforge.squirrel_sql.fw.sql.ISQLDatabaseMetaData,
 *      net.sourceforge.squirrel_sql.fw.dialects.CreateScriptPreferences, boolean)
 */
public 
12[[#1904ab60]]
/**
 * Returns the SQL command to create the specified table.
 * 
 * @param tables
 *           the tables to get create statements for
 * @param md
 *           the metadata from the ISession
 * @param prefs
 *           preferences about how the resultant SQL commands should be formed.
 * @param isJdbcOdbc
 *           whether or not the connection is via JDBC-ODBC bridge.
 * @return the SQL that is used to create the specified table
 */
public 
13[[#1904ab60]]
/**
 * @see net.sourceforge.squirrel_sql.fw.dialects.CommonHibernateDialect#getCreateTableSQL(java.util.List,
 *      net.sourceforge.squirrel_sql.fw.sql.ISQLDatabaseMetaData,
 *      net.sourceforge.squirrel_sql.fw.dialects.CreateScriptPreferences, boolean)
 */
@Override public 
14[[#1904ab60]]
/**
 * Returns the SQL command to create the specified table.
 * 
 * @param tables
 *           the tables to get create statements for
 * @param md
 *           the metadata from the ISession
 * @param prefs
 *           preferences about how the resultant SQL commands should be formed.
 * @param isJdbcOdbc
 *           whether or not the connection is via JDBC-ODBC bridge.
 * @return the SQL that is used to create the specified table
 */
public 
15[[#1904ab60]]
/**
 * Returns the SQL command to create the specified table.
 * 
 * @param tables
 *           the tables to get create statements for
 * @param md
 *           the metadata from the ISession
 * @param prefs
 *           preferences about how the resultant SQL commands should be formed.
 * @param isJdbcOdbc
 *           whether or not the connection is via JDBC-ODBC bridge.
 * @return the SQL that is used to create the specified table
 */
public 
16[[#1904ab60]]
/**
 * Returns the SQL command to create the specified table.
 * 
 * @param tables
 *           the tables to get create statements for
 * @param md
 *           the metadata from the ISession
 * @param prefs
 *           preferences about how the resultant SQL commands should be formed.
 * @param isJdbcOdbc
 *           whether or not the connection is via JDBC-ODBC bridge.
 * @return the SQL that is used to create the specified table
 */
public 
17[[#1904ab60]]
/**
 * Returns the SQL command to create the specified table.
 * 
 * @param tables
 *           the tables to get create statements for
 * @param md
 *           the metadata from the ISession
 * @param prefs
 *           preferences about how the resultant SQL commands should be formed.
 * @param isJdbcOdbc
 *           whether or not the connection is via JDBC-ODBC bridge.
 * @return the SQL that is used to create the specified table
 */
public 
18[[#1904ab60]]
/**
 * @see net.sourceforge.squirrel_sql.fw.dialects.CommonHibernateDialect#getCreateTableSQL(java.util.List,
 *      net.sourceforge.squirrel_sql.fw.sql.ISQLDatabaseMetaData,
 *      net.sourceforge.squirrel_sql.fw.dialects.CreateScriptPreferences, boolean)
 */
public 
19[[#1904ab60]]
/**
 * Returns the SQL command to create the specified table.
 * 
 * @param tables
 *           the tables to get create statements for
 * @param md
 *           the metadata from the ISession
 * @param prefs
 *           preferences about how the resultant SQL commands should be formed.
 * @param isJdbcOdbc
 *           whether or not the connection is via JDBC-ODBC bridge.
 * @return the SQL that is used to create the specified table
 */
@Override public 
110[[#1904ab60]]
/**
 * Returns the SQL command to create the specified table.
 * 
 * @param tables
 *           the tables to get create statements for
 * @param md
 *           the metadata from the ISession
 * @param prefs
 *           preferences about how the resultant SQL commands should be formed.
 * @param isJdbcOdbc
 *           whether or not the connection is via JDBC-ODBC bridge.
 * @return the SQL that is used to create the specified table
 */
public 
111[[#1904ab60]]
/**
 * Returns the SQL command to create the specified table.
 * 
 * @param tables
 *           the tables to get create statements for
 * @param md
 *           the metadata from the ISession
 * @param prefs
 *           preferences about how the resultant SQL commands should be formed.
 * @param isJdbcOdbc
 *           whether or not the connection is via JDBC-ODBC bridge.
 * @return the SQL that is used to create the specified table
 */
public 
112[[#1904ab60]]
/**
 * Returns the SQL command to create the specified table.
 * 
 * @param tables
 *           the tables to get create statements for
 * @param md
 *           the metadata from the ISession
 * @param prefs
 *           preferences about how the resultant SQL commands should be formed.
 * @param isJdbcOdbc
 *           whether or not the connection is via JDBC-ODBC bridge.
 * @return the SQL that is used to create the specified table
 */
@Override public 
113[[#1904ab60]]
/**
 * Returns the SQL command to create the specified table.
 * 
 * @param tables
 *           the tables to get create statements for
 * @param md
 *           the metadata from the ISession
 * @param prefs
 *           preferences about how the resultant SQL commands should be formed.
 * @param isJdbcOdbc
 *           whether or not the connection is via JDBC-ODBC bridge.
 * @return the SQL that is used to create the specified table
 */
public 
114[[#1904ab60]]
/**
 * Returns the SQL command to create the specified table.
 * 
 * @param tables
 *           the tables to get create statements for
 * @param md
 *           the metadata from the ISession
 * @param prefs
 *           preferences about how the resultant SQL commands should be formed.
 * @param isJdbcOdbc
 *           whether or not the connection is via JDBC-ODBC bridge.
 * @return the SQL that is used to create the specified table
 */
@Override public 
115[[#1904ab60]]
/**
 * Returns the SQL command to create the specified table.
 * 
 * @param tables
 *           the tables to get create statements for
 * @param md
 *           the metadata from the ISession
 * @param prefs
 *           preferences about how the resultant SQL commands should be formed.
 * @param isJdbcOdbc
 *           whether or not the connection is via JDBC-ODBC bridge.
 * @return the SQL that is used to create the specified table
 */
public