CloneSet289


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5401.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15388
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/DaffodilDialectExt.java
25460
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/MAXDBDialectExt.java
35462
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/PointbaseDialectExt.java
45448
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/ProgressDialectExt.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
388
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/DaffodilDialectExt.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( final List<ITableInfo> tables, final ISQLDatabaseMetaData md, final CreateScriptPreferences prefs, final boolean isJdbcOdbc) throws SQLException {
  return DialectUtils.getCreateTableSQL(tables, md, this, prefs, isJdbcOdbc);
}


Next
Previous
Clone Instance
2
Line Count
5
Source Line
460
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/MAXDBDialectExt.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( final List<ITableInfo> tables, final ISQLDatabaseMetaData md, final CreateScriptPreferences prefs, final boolean isJdbcOdbc) throws SQLException {
  return DialectUtils.getCreateTableSQL(tables, md, this, prefs, isJdbcOdbc);
}


Next
Previous
Clone Instance
3
Line Count
5
Source Line
462
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/PointbaseDialectExt.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( final List<ITableInfo> tables, final ISQLDatabaseMetaData md, final CreateScriptPreferences prefs, final boolean isJdbcOdbc) throws SQLException {
  return DialectUtils.getCreateTableSQL(tables, md, this, prefs, isJdbcOdbc);
}


First
Previous
Clone Instance
4
Line Count
5
Source Line
448
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/ProgressDialectExt.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( final List<ITableInfo> tables, final ISQLDatabaseMetaData md, final CreateScriptPreferences prefs, final boolean isJdbcOdbc) throws SQLException {
  return DialectUtils.getCreateTableSQL(tables, md, this, prefs, isJdbcOdbc);
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
         * @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)
         */
/**
         * 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( final List<ITableInfo> tables, final ISQLDatabaseMetaData md, final CreateScriptPreferences prefs, final boolean isJdbcOdbc) throws SQLException {
  return DialectUtils.getCreateTableSQL(tables, md, this, prefs, isJdbcOdbc);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None