Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.954 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 192 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/HADBDialectExt.java |
2 | 4 | 405 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/HADBDialectExt.java |
| |||||
/** * Returns the SQL used to alter the nullability of the specified column * * @param info * the column to modify * @return the SQL to execute */ public String[] getColumnNullableAlterSQL(TableColumnInfo info, DatabaseObjectQualifier qualifier, SqlGenerationPreferences prefs) { throw new UnsupportedOperationException("Not yet implemented"); } |
| |||||
/** * Returns the SQL command to change the specified column's default value * * @param info * the column to modify and it's default value. * @return SQL to make the change */ public String getColumnDefaultAlterSQL(TableColumnInfo info, DatabaseObjectQualifier qualifier, SqlGenerationPreferences prefs) { throw new UnsupportedOperationException("Not yet implemented"); } |
| |||
/** * Returns the SQL command to change the specified column's default value * * @param info * the column to modify and it's default value. * @return SQL to make the change */ /** * Returns the SQL used to alter the nullability of the specified column * * @param info * the column to modify * @return the SQL to execute */ public String [[#variable1c8dbd20]] [[#variable1c8dbc80]](TableColumnInfo info, DatabaseObjectQualifier qualifier, SqlGenerationPreferences prefs) { throw new UnsupportedOperationException("Not yet implemented"); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c8dbd20]] | [] |
1 | 2 | [[#1c8dbd20]] | |
2 | 1 | [[#1c8dbc80]] | getColumnNullableAlterSQL |
2 | 2 | [[#1c8dbc80]] | getColumnDefaultAlterSQL |