CloneSet512


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4401.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14417
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/DB2DialectExt.java
24226
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/H2DialectExt.java
34238
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/IngresDialectExt.java
43179
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/OracleDialectExt.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
417
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/DB2DialectExt.java

/**
 * Returns the SQL statement to use to add a comment to the specified column of the specified table.
 * 
 * @param info
 *           information about the column such as type, name, etc.
 * @return
 * @throws UnsupportedOperationException
 *            if the database doesn't support annotating columns with a comment.
 */
public String getColumnCommentAlterSQL(TableColumnInfo info, DatabaseObjectQualifier qualifier, SqlGenerationPreferences prefs) throws UnsupportedOperationException {
  return DialectUtils.getColumnCommentAlterSQL(info, qualifier, prefs, this );
}


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

/**
 * Returns the SQL statement to use to add a comment to the specified column of the specified table.
 * 
 * @param info
 *           information about the column such as type, name, etc.
 * @return
 * @throws UnsupportedOperationException
 *            if the database doesn't support annotating columns with a comment.
 */
public String getColumnCommentAlterSQL(TableColumnInfo info, DatabaseObjectQualifier qualifier, SqlGenerationPreferences prefs) throws UnsupportedOperationException {
  return DialectUtils.getColumnCommentAlterSQL(info, qualifier, prefs, this );
}


Next
Previous
Clone Instance
3
Line Count
4
Source Line
238
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#getColumnCommentAlterSQL(net.sourceforge.squirrel_sql.fw.sql.TableColumnInfo,
 *      net.sourceforge.squirrel_sql.fw.dialects.DatabaseObjectQualifier,
 *      net.sourceforge.squirrel_sql.fw.dialects.SqlGenerationPreferences)
 */
public String getColumnCommentAlterSQL(TableColumnInfo info, DatabaseObjectQualifier qualifier, SqlGenerationPreferences prefs) throws UnsupportedOperationException {
  return DialectUtils.getColumnCommentAlterSQL(info, qualifier, prefs, this );
}


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

/**
 * Returns the SQL statement to use to add a comment to the specified column of the specified table.
 * 
 * @param info
 *           information about the column such as type, name, etc.
 * @param tableName
 *           the name of the table to create the SQL for.
 * @return
 * @throws UnsupportedOperationException
 *            if the database doesn't support annotating columns with a comment.
 */
public String getColumnCommentAlterSQL(TableColumnInfo info, DatabaseObjectQualifier qualifier, SqlGenerationPreferences prefs) throws UnsupportedOperationException {
  return DialectUtils.getColumnCommentAlterSQL(info, qualifier, prefs, this );
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
         * @see net.sourceforge.squirrel_sql.fw.dialects.CommonHibernateDialect#getColumnCommentAlterSQL(net.sourceforge.squirrel_sql.fw.sql.TableColumnInfo,
         *      net.sourceforge.squirrel_sql.fw.dialects.DatabaseObjectQualifier,
         *      net.sourceforge.squirrel_sql.fw.dialects.SqlGenerationPreferences)
         */
/**
         * Returns the SQL statement to use to add a comment to the specified column of the specified table.
         * 
         * @param info
         *           information about the column such as type, name, etc.
         * @return
         * @throws UnsupportedOperationException
         *            if the database doesn't support annotating columns with a comment.
         */
/**
         * Returns the SQL statement to use to add a comment to the specified column of the specified table.
         * 
         * @param info
         *           information about the column such as type, name, etc.
         * @param tableName
         *           the name of the table to create the SQL for.
         * @return
         * @throws UnsupportedOperationException
         *            if the database doesn't support annotating columns with a comment.
         */
public String getColumnCommentAlterSQL(TableColumnInfo info, DatabaseObjectQualifier qualifier, SqlGenerationPreferences prefs) throws UnsupportedOperationException {
  return DialectUtils.getColumnCommentAlterSQL(info, qualifier, prefs, this );
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None