CloneSet1760


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.978method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12908
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/HibernateDialect.java
221003
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/HibernateDialect.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
908
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/HibernateDialect.java

/**
 * Gets the SQL to add an auto-increment to a column.
 * 
 * @param column
 *           column to where the auto-increment should be added to.
 * @param qualifier
 *           qualifier of the table
 * @param prefs
 *           preferences for generated sql scripts
 * @return the sql command to add auto-increment.
 */
public String[] getAddAutoIncrementSQL(TableColumnInfo column, DatabaseObjectQualifier qualifier, SqlGenerationPreferences prefs);


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

/**
 * Gets the SQL command to add a column to the specified table.
 * 
 * @param column
 *           information about the column
 * @param qualifier
 *           qualifier of the table
 * @param prefs
 *           preferences for generated sql scripts
 * @return the sql command to add a column
 * @throws UnsupportedOperationException
 *            if the database doesn't support adding columns after a table has already been created. Use
 *            supportsAddColumn before calling this to avoid that.
 */
public String[] getAddColumnSQL(TableColumnInfo column, DatabaseObjectQualifier qualifier, SqlGenerationPreferences prefs);


Clone AbstractionParameter Count: 1Parameter Bindings

/**
         * Gets the SQL command to add a column to the specified table.
         * 
         * @param column
         *           information about the column
         * @param qualifier
         *           qualifier of the table
         * @param prefs
         *           preferences for generated sql scripts
         * @return the sql command to add a column
         * @throws UnsupportedOperationException
         *            if the database doesn't support adding columns after a table has already been created. Use
         *            supportsAddColumn before calling this to avoid that.
         */
/**
         * Gets the SQL to add an auto-increment to a column.
         * 
         * @param column
         *           column to where the auto-increment should be added to.
         * @param qualifier
         *           qualifier of the table
         * @param prefs
         *           preferences for generated sql scripts
         * @return the sql command to add auto-increment.
         */
public String[]  [[#variable1c986da0]](TableColumnInfo column, DatabaseObjectQualifier qualifier, SqlGenerationPreferences prefs);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c986da0]]
getAddAutoIncrementSQL 
12[[#1c986da0]]
getAddColumnSQL