Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.983 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 220 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/HSQLDialectExt.java |
2 | 6 | 321 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/InterbaseDialectExt.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) */ @Override public String getColumnCommentAlterSQL(TableColumnInfo info, DatabaseObjectQualifier qualifier, SqlGenerationPreferences prefs) throws UnsupportedOperationException { throw new UnsupportedOperationException("HSQLDB doesn\'t support column comments"); } |
| |||||
/** * 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. */ @Override public String getColumnCommentAlterSQL(TableColumnInfo info, DatabaseObjectQualifier qualifier, SqlGenerationPreferences prefs) throws UnsupportedOperationException { throw new UnsupportedOperationException("Not yet implemented"); } |
| |||
/** * 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. */ /** * @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) */ @Override public String getColumnCommentAlterSQL(TableColumnInfo info, DatabaseObjectQualifier qualifier, SqlGenerationPreferences prefs) throws UnsupportedOperationException { throw new UnsupportedOperationException( [[#variable1c887960]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c887960]] | "HSQLDB doesn\'t support column comments" |
1 | 2 | [[#1c887960]] | "Not yet implemented" |